dune-localfunctions 2.10
|
Dual Lagrange shape functions of order 1 on the reference cube. More...
#include <dune/localfunctions/dualmortarbasis/dualq1/dualq1localbasis.hh>
Public Types | |
typedef LocalBasisTraits< D, dim, Dune::FieldVector< D, dim >, R, 1, Dune::FieldVector< R, 1 >, Dune::FieldMatrix< R, 1, dim > > | Traits |
Public Member Functions | |
void | setCoefficients (const std::array< Dune::FieldVector< R,(1<< dim)>,(1<< dim)> &coefficients) |
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. | |
void | partial (const std::array< unsigned int, dim > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate partial derivatives of all shape functions. | |
unsigned int | order () const |
Polynomial order of the shape functions. | |
Dual Lagrange shape functions of order 1 on the reference cube.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
dim | Dimension of the cube \nosubgrouping |
typedef LocalBasisTraits<D,dim,Dune::FieldVector<D,dim>,R,1,Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,dim> > Dune::DualQ1LocalBasis< D, R, dim >::Traits |
|
inline |
Evaluate all shape functions.
|
inline |
Evaluate Jacobian of all shape functions.
|
inline |
Polynomial order of the shape functions.
|
inline |
Evaluate partial derivatives of all shape functions.
|
inline |
|
inline |
number of shape functions