shapeFunction3d.hh
void weights(uint i, const Real *value)
Sets the weights of the quadrature rule.
Definition: shapeFunction3d.hh:82
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
const Real * weights(uint i) const
Returns the weights of the quadrature rule.
Definition: shapeFunction3d.hh:77
const Real * abscissas(uint i) const
Returns the abscissas of the quadrature rule and the shape functions.
Definition: shapeFunction3d.hh:66
void values(uint i, const Real *value)
Sets the values of the shape functions.
Definition: shapeFunction3d.hh:60
const Real * values(uint i) const
Returns the values of the shape functions.
Definition: shapeFunction3d.hh:55
ShapeFunction3D()
void abscissas(uint i, const Real *value)
Sets the abscissas of the quadrature rule and the shape functions.
Definition: shapeFunction3d.hh:71
ShapeFunction3D< F > makeShapeFunction3D(const Hexahedron &elm)
Collecting the data of a 3D shape function in one class.
Definition: shapeFunction3d.hh:28