dune-localfunctions
2.4.1
|
#include <dune/localfunctions/rannacherturek/rannachertureklocalbasis.hh>
Public Types | |
typedef LocalBasisTraits< D, 3, FieldVector< D, 3 >, R, 1, FieldVector< R, 1 > , FieldMatrix< R, 1, 3 > > | Traits |
Public Member Functions | |
unsigned int | size () const |
number of shape functions More... | |
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
evaluate all shape functions More... | |
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
evaluate jacobian of all shape functions More... | |
unsigned int | order () const |
polynomial order of the shape functions More... | |
|
inherited |
|
inlineinherited |
evaluate all shape functions
References Dune::RannacherTurek3DLocalBasis< D, R >::size().
|
inlineinherited |
evaluate jacobian of all shape functions
References Dune::RannacherTurek3DLocalBasis< D, R >::size().
|
inlineinherited |
polynomial order of the shape functions
|
inlineinherited |
number of shape functions
Referenced by Dune::RannacherTurek3DLocalBasis< D, R >::evaluateFunction(), and Dune::RannacherTurek3DLocalBasis< D, R >::evaluateJacobian().