24 #ifndef CSHAPEFUNCTION_FEM
25 #define CSHAPEFUNCTION_FEM
39 template<
typename T,
typename Timg>
48 this->class_name =
"Shape function : Finite Element Method";
52 virtual void init(CParameterNetCDF &fp)
virtual void init(CParameterNetCDF &fp)
Definition: CshapeFunction_FEM.h:52
This is the mother class of shape function objets (virtual pure).
Definition: CshapeFunction.h:48
This is the mother class of FEM shape function objets (virtual pure).
Definition: CshapeFunction_FEM.h:40