8#include "SolutionStates.h"
19void uris_find_tetra(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
22 Array<double>& xl,
int& flag,
bool ext);
26void uris_write_vtus(
ComMod& com_mod);
28void uris_calc_sdf(
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 Simulation.h:19
The URISFaceParameters class is used to store parameters for the 'Add_URIS_face' XML element.
Definition Parameters.h:1676
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