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

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
 

Detailed Description

template<typename ValueType>
class Fiber::ConstBasisDataSlice< ValueType >

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.


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