BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
List of all members
Fiber::CollectionOfBasisTransformations< CoordinateType_ > Class Template Reference

Collection of shape function transformations. More...

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

Inheritance diagram for Fiber::CollectionOfBasisTransformations< CoordinateType_ >:
Fiber::CollectionOfShapesetTransformations< CoordinateType_ >

Additional Inherited Members

- Public Types inherited from Fiber::CollectionOfShapesetTransformations< CoordinateType_ >
typedef CoordinateType_ CoordinateType
 
typedef ScalarTraits
< CoordinateType >
::ComplexType 
ComplexType
 
- Public Member Functions inherited from Fiber::CollectionOfShapesetTransformations< CoordinateType_ >
virtual ~CollectionOfShapesetTransformations ()
 Destructor.
 
virtual int transformationCount () const =0
 Return the number of transformations belonging to the collection.
 
virtual int argumentDimension () const =0
 Return the number of components of shape functions acted upon. More...
 
virtual int resultDimension (int i) const =0
 Return the number of components of the result of i'th transformation. More...
 
virtual void addDependencies (size_t &basisDeps, size_t &geomDeps) const =0
 Retrieve the types of data on which the transformations depend. More...
 
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...
 

Detailed Description

template<typename CoordinateType_>
class Fiber::CollectionOfBasisTransformations< CoordinateType_ >

Collection of shape function transformations.

Deprecated:
This class is deprecated and provided only for compatibility reasons. Use CollectionOfShapesetTransformations instead.

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