40void construct_stokes(
ComMod& com_mod,
const mshType& lM,
const Array<double>& Ag,
const Array<double>& Yg);
42void stokes_2d_c(
ComMod& com_mod,
const int lStab,
const int eNoNw,
const int eNoNq,
const double w,
44 const Array<double>& Nqx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
47void stokes_2d_m(
ComMod& com_mod,
const int eNoNw,
const int eNoNq,
const double w,
49 const Array<double>& yl,
const Array<double>& bfl, Array<double>& lR,
Array3<double>& lK);
51void stokes_3d_c(
ComMod& com_mod,
const int lStab,
const int eNoNw,
const int eNoNq,
const double w,
53 const Array<double>& Nqx,
const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
56void stokes_3d_m(
ComMod& com_mod,
const int eNoNw,
const int eNoNq,
const double w,
58 const Array<double>& al,
const Array<double>& yl,
const Array<double>& bfl,
The Array3 template class implements a simple interface to 3D arrays.
Definition Array3.h:52
The ComMod class duplicates the data structures in the Fortran COMMOD module defined in MOD....
Definition ComMod.h:1354
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:832