8#include "SolutionStates.h"
10#include "RobinBoundaryCondition.h"
18void cplBC_Integ_X(
ComMod& com_mod,
const CmMod& cm_mod,
const bool RCRflag);
20void genBC_Integ_X(
ComMod& com_mod,
const CmMod& cm_mod,
const std::string& genFlag);
24void RCR_Integ_X(
ComMod& com_mod,
const CmMod& cm_mod,
int istat);
32void set_bc_dir_l(
ComMod& com_mod,
const bcType& lBc,
const faceType& lFa, Array<double>& lA, Array<double>& lY,
int lDof);
44void set_bc_undef_neu(
ComMod& com_mod);
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:35
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1525
Definition RobinBoundaryCondition.h:37
Boundary condition data type.
Definition ComMod.h:127
The face type containing mesh at boundary.
Definition ComMod.h:519
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:871
Holds solution state at old, current, and intermediate time levels.
Definition SolutionStates.h:39