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

Shapeset composed of the linear nodal functions. More...

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

Inheritance diagram for Fiber::PiecewiseLinearContinuousScalarBasis< elementVertexCount, ValueType >:
Fiber::LinearScalarShapeset< elementVertexCount, ValueType > Fiber::Basis< ValueType > Fiber::Shapeset< ValueType >

Additional Inherited Members

- Public Types inherited from Fiber::LinearScalarShapeset< elementVertexCount, ValueType >
typedef Basis< ValueType >
::CoordinateType 
CoordinateType
 
- Public Types inherited from Fiber::Shapeset< ValueType >
typedef ScalarTraits
< ValueType >::RealType 
CoordinateType
 
- Public Member Functions inherited from Fiber::LinearScalarShapeset< elementVertexCount, ValueType >
virtual int size () const
 Return the number of shape functions.
 
virtual int order () const
 Return the maximum polynomial order of shape functions.
 
virtual void evaluate (size_t what, const arma::Mat< CoordinateType > &points, LocalDofIndex localDofIndex, BasisData< ValueType > &data) const
 Evaluate the shape functions making up this shapeset and/or their derivatives at specified points. More...
 
virtual std::pair< const char
*, int > 
clCodeString (bool isTestShapeset) const
 Returns an OpenCL code snippet for shape function evaluation. More...
 

Detailed Description

template<int elementVertexCount, typename ValueType>
class Fiber::PiecewiseLinearContinuousScalarBasis< elementVertexCount, ValueType >

Shapeset composed of the linear nodal functions.

Deprecated:
This class is deprecated, use LinearScalarShapeset instead.

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