#include <shapeFunction3d.hh>
Public Member Functions | |
| uint | n (uint i) const |
| Returns number of shape functions. | |
| void | n (uint i, uint value) |
| Sets the number of shape functions. | |
| uint | nq (uint i) const |
| Returns number of quadratur points. | |
| void | nq (uint i, uint value) |
| Sets the number of quadratur points. | |
| const Real * | values (uint i) const |
| Returns the values of the shape functions. | |
| void | values (uint i, const Real *value) |
| Sets the values of the shape functions. | |
| const Real * | abscissas (uint i) const |
| Returns the abscissas of the quadrature rule and the shape functions. | |
| void | abscissas (uint i, const Real *value) |
| Sets the abscissas of the quadrature rule and the shape functions. | |
| const Real * | weights (uint i) const |
| Returns the weights of the quadrature rule. | |
| void | weights (uint i, const Real *value) |
| Sets the weights of the quadrature rule. | |
| const concepts::TMatrixBase< F > * | T () const |
| Returns the T matrix. | |
| void | T (const concepts::TMatrixBase< F > *T) |
| Sets the T matrix. | |
Collecting the data of a 3D shape function in one class. This class just collects all the data for a 3D shape function: it just holds pointers to the real data.
Definition at line 28 of file shapeFunction3d.hh.
|
inline |
Returns the abscissas of the quadrature rule and the shape functions.
Definition at line 66 of file shapeFunction3d.hh.
|
inline |
Sets the abscissas of the quadrature rule and the shape functions.
Definition at line 71 of file shapeFunction3d.hh.
|
inline |
Returns number of shape functions.
Definition at line 33 of file shapeFunction3d.hh.
|
inline |
Sets the number of shape functions.
Definition at line 38 of file shapeFunction3d.hh.
|
inline |
Returns number of quadratur points.
Definition at line 44 of file shapeFunction3d.hh.
|
inline |
Sets the number of quadratur points.
Definition at line 49 of file shapeFunction3d.hh.
|
inline |
Returns the T matrix.
Definition at line 88 of file shapeFunction3d.hh.
|
inline |
Sets the T matrix.
Definition at line 92 of file shapeFunction3d.hh.
|
inline |
Returns the values of the shape functions.
Definition at line 55 of file shapeFunction3d.hh.
|
inline |
Sets the values of the shape functions.
Definition at line 60 of file shapeFunction3d.hh.
|
inline |
Returns the weights of the quadrature rule.
Definition at line 77 of file shapeFunction3d.hh.
|
inline |
Sets the weights of the quadrature rule.
Definition at line 82 of file shapeFunction3d.hh.