35#include "Simulation.h"
39void uris_meanp(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
41void uris_meanv(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
43void uris_update_disp(
ComMod& com_mod,
CmMod& cm_mod);
45void uris_find_tetra(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
48 Array<double>& xl,
int& flag,
bool ext);
52void uris_write_vtus(
ComMod& com_mod);
54void uris_calc_sdf(
ComMod& com_mod);
The CmMod class duplicates the data structures in the Fortran CMMOD module defined in COMU....
Definition CmMod.h:62
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1543
Definition Simulation.h:41
The URISFaceParameters class is used to store parameters for the 'Add_URIS_face' XML element.
Definition Parameters.h:1565
The Vector template class is used for storing int and double data.
Definition Vector.h:50
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:892