12void uris_meanp(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
14void uris_meanv(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
16void uris_update_disp(
ComMod& com_mod,
CmMod& cm_mod);
18void uris_find_tetra(
ComMod& com_mod,
CmMod& cm_mod,
const int iUris);
21 Array<double>& xl,
int& flag,
bool ext);
25void uris_write_vtus(
ComMod& com_mod);
27void 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:1514
Definition Simulation.h:14
The URISFaceParameters class is used to store parameters for the 'Add_URIS_face' XML element.
Definition Parameters.h:1538
The Vector template class is used for storing int and double data.
Definition Vector.h:23
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863