dune-localfunctions
2.3.1
|
Dual Lagrange shape functions on the simplex. More...
#include <dune/localfunctions/dualmortarbasis/dualp1/dualp1localbasis.hh>
Public Types | |
typedef LocalBasisTraits< D, dim, Dune::FieldVector< D, dim > , R, 1, Dune::FieldVector< R, 1 > , Dune::FieldMatrix< R, 1, dim > > | Traits |
export type traits for function signature |
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. | |
unsigned int | order () const |
Polynomial order of the shape functions. |
Dual Lagrange shape functions on the simplex.
Defines the linear dual shape functions on the simplex. \tparam D Type to represent the field in the domain. \tparam R Type to represent the field in the range.
dim | The dimension of the simplex |
typedef LocalBasisTraits<D,dim,Dune::FieldVector<D,dim>,R,1,Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,dim> > Dune::DualP1LocalBasis< D, R, dim >::Traits |
export type traits for function signature
|
inline |
Evaluate all shape functions.
References Dune::DualP1LocalBasis< D, R, dim >::size().
|
inline |
Evaluate Jacobian of all shape functions.
References Dune::DualP1LocalBasis< D, R, dim >::size().
|
inline |
Polynomial order of the shape functions.
|
inline |
number of shape functions
Referenced by Dune::DualP1LocalBasis< D, R, dim >::evaluateFunction(), and Dune::DualP1LocalBasis< D, R, dim >::evaluateJacobian().