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

Function to be used as a source term. More...

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

Inheritance diagram for Fiber::Function< ValueType >:
Bempp::InterpolatedFunction< ValueType >

Public Types

typedef ScalarTraits
< ValueType >::RealType 
CoordinateType
 

Public Member Functions

virtual int worldDimension () const =0
 
virtual int codomainDimension () const =0
 
virtual void addGeometricalDependencies (size_t &geomDeps) const =0
 
virtual void evaluate (const GeometricalData< CoordinateType > &geomData, arma::Mat< ValueType > &result) const =0
 

Detailed Description

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

Function to be used as a source term.


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