9#include "SolutionStates.h"
13void bf_construct(
ComMod& com_mod,
const mshType& lM,
const int e,
const int eNoN,
const int idof, Array<double>& xl,
14 const Array<double>& dl,
const Array<double>& bfl,
const Vector<int>& ptr);
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1525
The Vector template class is used for storing int and double data.
Definition Vector.h:24
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