|
BEM++
2.0
|
Access to values and/or derivatives of shape functions. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/basis_data.hpp>
Public Member Functions | |
| ConstBasisDataSlice (const BasisData< ValueType > &basisData, int function, int point) | |
| Constructor. | |
| ValueType | values (int dim) const |
Return the value of the dim'th component of the function. | |
| ValueType | derivatives (int dim, int direction) const |
Return the value of the dim'th component of the derivative of the function in a given direction. | |
| int | componentCount () const |
| Return the number of components of the function. | |
Private Attributes | |
| const BasisData< ValueType > & | m_basisData |
| int | m_function |
| int | m_point |
Access to values and/or derivatives of shape functions.
This class gives access to a "slice" of data stored in a BasisData object, corresponding to a single shape function and point.
1.8.5