39void ris_resbc(
ComMod& com_mod,
const Array<double>& Yg,
const Array<double>& Dg);
41 const Array<double>& Yg,
const Array<double>& Dg);
49void doassem_velris(
ComMod& com_mod,
const int d,
const Array<int>& eqN,
52void clean_r_ris(
ComMod& com_mod);
53void setbcdir_ris(
ComMod& com_mod, Array<double>& lA, Array<double>& lY, Array<double>& lD);
56void ris0d_bc(
ComMod& com_mod,
CmMod& cm_mod,
const Array<double>& Yg,
const Array<double>& Dg);
The Array3 template class implements a simple interface to 3D arrays.
Definition Array3.h:52
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
The Vector template class is used for storing int and double data.
Definition Vector.h:50
Boundary condition data type.
Definition ComMod.h:151
The face type containing mesh at boundary.
Definition ComMod.h:540
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:892