dune-composites (unstable)
Dune::SerendipityLocalBasis< D, R, k, d > Class Template Reference
Serendipity basis functions of order k on the reference cube. More...
#include <dune/composites/Driver/FEM/Serendipity/serendipitylocalbasis.hh>
Public Member Functions | |
unsigned int | size () const |
number of shape functions | |
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate all shape functions. | |
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
Evaluate Jacobian of all shape functions. More... | |
template<int diffOrder> | |
void | evaluate (const std::array< int, 1 > &direction, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate derivative in a given direction. More... | |
unsigned int | order () const |
Polynomial order of the shape functions. | |
Detailed Description
template<class D, class R, int k, int d>
class Dune::SerendipityLocalBasis< D, R, k, d >
class Dune::SerendipityLocalBasis< D, R, k, d >
Serendipity basis functions of order k on the reference cube.
- Template Parameters
-
D Type to represent the field in the domain. R Type to represent the field in the range. k Polynomial degree d Dimension of the cube
Member Function Documentation
◆ evaluate()
template<class D , class R , int k, int d>
template<int diffOrder>
|
inline |
Evaluate derivative in a given direction.
- Parameters
-
[in] direction The direction to derive in [in] in Position where to evaluate [out] out The return value
References Dune::SerendipityLocalBasis< D, R, k, d >::size().
◆ evaluateJacobian()
template<class D , class R , int k, int d>
|
inline |
Evaluate Jacobian of all shape functions.
- Parameters
-
in position where to evaluate out The return value
References Dune::SerendipityLocalBasis< D, R, k, d >::size().
The documentation for this class was generated from the following file:
- dune/composites/Driver/FEM/Serendipity/serendipitylocalbasis.hh
