38void b_cep(
ComMod& com_mod,
const int eNoN,
const double w,
const Vector<double>& N,
const double h, Array<double>& lR);
40void cep_1d(
ComMod& com_mod,
CepMod& cep_mod,
const int eNoN,
const int nFn,
const double w,
41 const Vector<double>& N,
const Array<double>& Nx,
const Array<double>& al,
const Array<double>& yl,
44void cep_2d(
ComMod& com_mod,
CepMod& cep_mod,
const int eNoN,
const int nFn,
const double w,
45 const Vector<double>& N,
const Array<double>& Nx,
const Array<double>& al,
const Array<double>& yl,
46 const Array<double>& dl,
const Array<double>& fN, Array<double>& lR,
Array3<double>& lK);
48void cep_3d(
ComMod& com_mod,
CepMod& cep_mod,
const int eNoN,
const int nFn,
const double w,
49 const Vector<double>& N,
const Array<double>& Nx,
const Array<double>& al,
const Array<double>& yl,
50 const Array<double>& dl,
const Array<double>& fN, Array<double>& lR,
Array3<double>& lK);
52void construct_cep(
ComMod& com_mod,
CepMod& cep_mod,
const mshType& lM,
const Array<double>& Ag,
53 const Array<double>& Yg,
const Array<double>& Dg);
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