|
AFEPack
|
宏定义 | |
| #define | TEMPLATE template <int DIM> |
| #define | THIS 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) |
| #define TEMPLATE template <int DIM> |
| #define TEMPLATE template <int DIM, int DOW> |
| #define THIS Mesh<DIM,DOW> |
| #define THIS Point<DIM> |
| TEMPLATE THIS barycenter | ( | const std::vector< THIS > & | p, |
| const double * | w | ||
| ) |
| TEMPLATE double distance | ( | const THIS & | p1, |
| const THIS & | p2 | ||
| ) |
| TEMPLATE THIS midpoint | ( | const THIS & | p1, |
| const THIS & | p2 | ||
| ) |
| TEMPLATE THIS operator+ | ( | const THIS & | p1, |
| const THIS & | p2 | ||
| ) |
| TEMPLATE THIS operator- | ( | const THIS & | p1, |
| const THIS & | p2 | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const QuadratureInfo< DIM > & | q | ||
| ) |
Stream output.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const QuadratureInfoAdmin< DIM > & | q | ||
| ) |
Stream output.
| TEMPLATE std::ostream & operator<< | ( | std::ostream & | os, |
| const THIS & | p | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const TemplateGeometry< DIM > & | t | ||
| ) |
Stream output.
| filtering_istream& operator>> | ( | filtering_istream & | is, |
| TemplateGeometry< DIM > & | t | ||
| ) |
Stream input.
| filtering_istream& operator>> | ( | filtering_istream & | is, |
| QuadratureInfoAdmin< DIM > & | q | ||
| ) |
Stream input.
| TEMPLATE std::istream & operator>> | ( | std::istream & | is, |
| THIS & | p | ||
| ) |
| filtering_istream& operator>> | ( | filtering_istream & | is, |
| QuadratureInfo< DIM > & | q | ||
| ) |
Stream input.
1.7.4