宏定义 |
| #define | DOW 3 |
| #define | DIM 1 |
| #define | DIM 2 |
| #define | DIM 3 |
函数 |
| template afepack::Point< DOW > | midpoint (const afepack::Point< DOW > &, const afepack::Point< DOW > &) |
| template double | distance (const afepack::Point< DOW > &, const afepack::Point< DOW > &) |
| template afepack::Point< DOW > | barycenter (const std::vector< afepack::Point< DOW > > &, const double *) |
| template afepack::Point< DOW > | operator+ (const afepack::Point< DOW > &, const afepack::Point< DOW > &) |
| template afepack::Point< DOW > | operator- (const afepack::Point< DOW > &, const afepack::Point< DOW > &) |
| template std::istream & | operator>> (std::istream &, afepack::Point< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const afepack::Point< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, QuadratureInfo< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const QuadratureInfo< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, QuadratureInfoAdmin< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const QuadratureInfoAdmin< DOW > &) |
| template filtering_istream & | operator>> (filtering_istream &, TemplateGeometry< DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const TemplateGeometry< DOW > &) |
| template std::istream & | operator>> (std::istream &, Mesh< DIM, DOW > &) |
| template std::ostream & | operator<< (std::ostream &, const Mesh< DIM, DOW > &) |