#include <shapeFunction2d.hh>
Public Member Functions | |
ShapeFunction2D (const ShapeFunction2D< F > &s) | |
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. | |
const concepts::TColumnTensor< bool, 2 > * | usedIdx () const |
Returns the used indices (local degrees of freedom) | |
void | usedIdx (const concepts::TColumnTensor< bool, 2 > *usedIdx) |
Sets the used indices (ldof) | |
Collecting the data of a 2D shape function in one class. This class just collects all the data for a 2D shape function: it just holds pointers to the real data.
Definition at line 29 of file shapeFunction2d.hh.
|
inline |
Returns the abscissas of the quadrature rule and the shape functions.
Definition at line 68 of file shapeFunction2d.hh.
|
inline |
Sets the abscissas of the quadrature rule and the shape functions.
Definition at line 73 of file shapeFunction2d.hh.
|
inline |
Returns number of shape functions.
Definition at line 35 of file shapeFunction2d.hh.
|
inline |
Sets the number of shape functions.
Definition at line 40 of file shapeFunction2d.hh.
|
inline |
Returns number of quadratur points.
Definition at line 46 of file shapeFunction2d.hh.
|
inline |
Sets the number of quadratur points.
Definition at line 51 of file shapeFunction2d.hh.
|
inline |
Returns the T matrix.
Definition at line 89 of file shapeFunction2d.hh.
|
inline |
Sets the T matrix.
Definition at line 91 of file shapeFunction2d.hh.
|
inline |
Returns the used indices (local degrees of freedom)
Definition at line 93 of file shapeFunction2d.hh.
|
inline |
Sets the used indices (ldof)
Definition at line 95 of file shapeFunction2d.hh.
|
inline |
Returns the values of the shape functions.
Definition at line 57 of file shapeFunction2d.hh.
|
inline |
Sets the values of the shape functions.
Definition at line 62 of file shapeFunction2d.hh.
|
inline |
Returns the weights of the quadrature rule.
Definition at line 79 of file shapeFunction2d.hh.
|
inline |
Sets the weights of the quadrature rule.
Definition at line 84 of file shapeFunction2d.hh.