命名空间 |
namespace | Operator |
宏定义 |
#define | value_type double |
#define | DIM 2 |
#define | DIM 3 |
函数 |
template<class value_type , int DIM> |
void | Operator::L2Interpolate (const FEMFunction< value_type, DIM > &src, FEMFunction< value_type, DIM > &des) |
template<class value_type , int DIM> |
void | Operator::L2Interpolate (value_type(*)(const double *), FEMFunction< value_type, DIM > &fun) |
template<class value_type , int DIM> |
void | Operator::L2Interpolate (value_type(*)(const afepack::Point< DIM > &), FEMFunction< value_type, DIM > &fun) |
template<class value_type , int DIM> |
void | Operator::L2Interpolate (const Function< value_type > &, FEMFunction< value_type, DIM > &fun) |