24 #ifndef CSHAPEFUNCTION_GLOBAL
25 #define CSHAPEFUNCTION_GLOBAL
39 template<
typename T,
typename Timg>
48 this->class_name =
"CshapeFunction_global";
52 virtual void init(CParameterNetCDF &fp)
55 fp.loadAttribute(
"modes",this->m_mods);
56 this->m_dof = this->m_mods.size();
57 if (this->m_verbose){std::cout<<
"\tmodes : [ ";
for (
int i=0; i<this->m_mods.size(); i++){std::cout<<this->m_mods[i]<<
" ";}std::cout<<
"]\n";}
This is the mother class of shape function objets (virtual pure).
Definition: CshapeFunction.h:48
This is the mother class of global shape function objets (virtual pure). The vector which stores the ...
Definition: CshapeFunction_global.h:40