宏定义 |
| #define | TEMPLATE template <int DIM> |
| #define | THIS afepack::Point<DIM> |
| #define | TEMPLATE template <int DIM, int DOW> |
| #define | THIS Mesh<DIM,DOW> |
函数 |
| TEMPLATE THIS | midpoint (const THIS &p1, const THIS &p2) |
| TEMPLATE double | distance (const THIS &p1, const THIS &p2) |
| TEMPLATE THIS | barycenter (const std::vector< THIS > &p, const double *w) |
| TEMPLATE THIS | operator+ (const THIS &p1, const THIS &p2) |
| TEMPLATE THIS | operator- (const THIS &p1, const THIS &p2) |
| TEMPLATE std::istream & | operator>> (std::istream &is, THIS &p) |
| TEMPLATE std::ostream & | operator<< (std::ostream &os, const THIS &p) |
| template<int DIM> |
| filtering_istream & | operator>> (filtering_istream &is, QuadratureInfo< DIM > &q) |
| template<int DIM> |
| std::ostream & | operator<< (std::ostream &os, const QuadratureInfo< DIM > &q) |
| template<int DIM> |
| filtering_istream & | operator>> (filtering_istream &is, QuadratureInfoAdmin< DIM > &q) |
| template<int DIM> |
| std::ostream & | operator<< (std::ostream &os, const QuadratureInfoAdmin< DIM > &q) |
| template<int DIM> |
| filtering_istream & | operator>> (filtering_istream &is, TemplateGeometry< DIM > &t) |
| template<int DIM> |
| std::ostream & | operator<< (std::ostream &os, const TemplateGeometry< DIM > &t) |