AFEPack
命名空间 | 宏定义 | 函数
Operator.project.cpp文件参考

projections 更多...

#include "Operator.project.templates.h"

命名空间

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)

详细描述

projections

作者:
Robert Lie
日期:
Thu Mar 30 11:46:42 2006

宏定义文档

#define DIM   2
#define DIM   3
#define value_type   double