36#include "Simulation.h"
41void alloc_fs(
fsType& fs,
const int nsd,
const int insd);
43void get_thood_fs(
ComMod& com_mod, std::array<fsType,2>& fs,
const mshType& lM,
const bool lStab,
const int iOpt);
45void init_fs(
fsType& fs,
const int nsd,
const int insd);
51void set_thood_fs(
fsType& fs, consts::ElementType eType);
53void thood_val_rc(
ComMod& com_mod);
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
The face type containing mesh at boundary.
Definition ComMod.h:521
Function spaces (basis) type.
Definition ComMod.h:249
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:832