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