BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | List of all members
Fiber::TestTrialIntegrator< BasisFunctionType, ResultType > Class Template Referenceabstract

Integration of products of test and trial functions over elements. More...

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

Inheritance diagram for Fiber::TestTrialIntegrator< BasisFunctionType, ResultType >:
Fiber::NumericalTestTrialIntegrator< BasisFunctionType, ResultType, GeometryFactory >

Public Types

typedef ScalarTraits
< ResultType >::RealType 
CoordinateType
 

Public Member Functions

virtual void integrate (const std::vector< int > &elementIndices, const Shapeset< BasisFunctionType > &testShapeset, const Shapeset< BasisFunctionType > &trialShapeset, arma::Cube< ResultType > &result) const =0
 

Detailed Description

template<typename BasisFunctionType, typename ResultType>
class Fiber::TestTrialIntegrator< BasisFunctionType, ResultType >

Integration of products of test and trial functions over elements.


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