14void alloc_fs(
fsType& fs,
const int nsd,
const int insd);
16void get_thood_fs(
ComMod& com_mod, std::array<fsType,2>& fs,
const mshType& lM,
const bool lStab,
const int iOpt);
18void init_fs(
fsType& fs,
const int nsd,
const int insd);
24void set_thood_fs(
fsType& fs, consts::ElementType eType);
26void thood_val_rc(
ComMod& com_mod);
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1514
The face type containing mesh at boundary.
Definition ComMod.h:511
Function spaces (basis) type.
Definition ComMod.h:233
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863