Dune Core Modules (2.9.0)

Dune::DualQ1LocalBasis< D, R, dim > Class Template Reference

Dual Lagrange shape functions of order 1 on the reference cube. More...

#include <dune/localfunctions/dualmortarbasis/dualq1/dualq1localbasis.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.
 
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.
 

Detailed Description

template<class D, class R, int dim>
class Dune::DualQ1LocalBasis< D, R, dim >

Dual Lagrange shape functions of order 1 on the reference cube.

Template Parameters
DType to represent the field in the domain.
RType to represent the field in the range.
dimDimension of the cube
\nosubgrouping

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 18, 22:30, 2024)