12void ris_resbc(
ComMod& com_mod,
const Array<double>& Yg,
const Array<double>& Dg);
14 const Array<double>& Yg,
const Array<double>& Dg);
22void doassem_velris(
ComMod& com_mod,
const int d,
const Array<int>& eqN,
25void clean_r_ris(
ComMod& com_mod);
26void setbcdir_ris(
ComMod& com_mod, Array<double>& lA, Array<double>& lY, Array<double>& lD);
29void 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:25
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
The Vector template class is used for storing int and double data.
Definition Vector.h:23
Boundary condition data type.
Definition ComMod.h:126
The face type containing mesh at boundary.
Definition ComMod.h:511
This is the container for a mesh or NURBS patch, those specific to NURBS are noted.
Definition ComMod.h:863