BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | List of all members
Fiber::BasisData< ValueType > Struct Template Reference

Storage of values and/or derivatives of shape functions. More...

#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/basis_data.hpp>

Public Member Functions

int componentCount () const
 Return number of components of shape functions.
 
int functionCount () const
 Return number of shape functions.
 
int pointCount () const
 Return number of points at which the shape functions have been calculated.
 
ConstBasisDataSlice< ValueType > const_slice (int function, int point) const
 Return a constant slice of the data, corresponding to a given shape function and point.
 

Public Attributes

_3dArray< ValueType > values
 Values of shape functions. More...
 
_4dArray< ValueType > derivatives
 Derivatives of shape functions. More...
 

Detailed Description

template<typename ValueType>
struct Fiber::BasisData< ValueType >

Storage of values and/or derivatives of shape functions.

Member Data Documentation

template<typename ValueType>
_4dArray<ValueType> Fiber::BasisData< ValueType >::derivatives
template<typename ValueType>
_3dArray<ValueType> Fiber::BasisData< ValueType >::values

The documentation for this struct was generated from the following file: