|
BEM++
2.0
|
Default implementation of a collection of shape function transformations. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/default_collection_of_basis_transformations.hpp>
Public Member Functions | |
| DefaultCollectionOfBasisTransformations (const Functor &functor) | |
Public Member Functions inherited from Fiber::DefaultCollectionOfShapesetTransformations< Functor > | |
| DefaultCollectionOfShapesetTransformations (const Functor &functor) | |
| virtual int | transformationCount () const |
| Return the number of transformations belonging to the collection. | |
| virtual int | argumentDimension () const |
| Return the number of components of shape functions acted upon. More... | |
| virtual int | resultDimension (int transformationIndex) const |
| Return the number of components of the result of i'th transformation. More... | |
| virtual void | addDependencies (size_t &basisDeps, size_t &geomDeps) const |
| Retrieve the types of data on which the transformations depend. More... | |
Public Member Functions inherited from Fiber::CollectionOfShapesetTransformations< Functor::CoordinateType > | |
| virtual | ~CollectionOfShapesetTransformations () |
| Destructor. | |
| void | evaluate (const BasisData< CoordinateType > &basisData, const GeometricalData< CoordinateType > &geomData, CollectionOf3dArrays< CoordinateType > &result) const |
| Evaluate transformations of real-valued shape functions. More... | |
| void | evaluate (const BasisData< ComplexType > &basisData, const GeometricalData< CoordinateType > &geomData, CollectionOf3dArrays< ComplexType > &result) const |
| Evaluate transformations of complex-valued shape functions. More... | |
Additional Inherited Members | |
Public Types inherited from Fiber::DefaultCollectionOfShapesetTransformations< Functor > | |
| typedef Base::CoordinateType | CoordinateType |
| typedef Base::ComplexType | ComplexType |
Public Types inherited from Fiber::CollectionOfShapesetTransformations< Functor::CoordinateType > | |
| typedef Functor::CoordinateType | CoordinateType |
|
typedef ScalarTraits < CoordinateType > ::ComplexType | ComplexType |
Default implementation of a collection of shape function transformations.
1.8.5