Dune Core Modules (2.9.0)

Dune::BasisInterface Class Reference

Interface for global-valued shape functions. More...

#include <dune/localfunctions/common/interface.hh>

Classes

struct  Traits
 types of domain and range More...
 

Public Member Functions

std::size_t size () const
 Number of shape functions.
 
std::size_t order () const
 Polynomial order of the shape functions for quadrature.
 
void evaluateFunction (const Traits::DomainType &in, std::vector< Traits::RangeType > &out) const
 Evaluate all shape functions at given position.
 
void evaluateJacobian (const Traits::DomainType &in, std::vector< Traits::Jacobian > &out) const
 Evaluate Jacobian of all shape functions at given position.
 
void partial (const std::array< unsigned int, Traits::dimDomain > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const
 Evaluate partial derivatives of any order of all shape functions. More...
 

Detailed Description

Interface for global-valued shape functions.

Member Function Documentation

◆ partial()

void Dune::BasisInterface::partial ( const std::array< unsigned int, Traits::dimDomain > &  order,
const typename Traits::DomainType in,
std::vector< typename Traits::RangeType > &  out 
) const

Evaluate partial derivatives of any order of all shape functions.

Parameters
orderOrder of the partial derivatives, in the classic multi-index notation
inPosition where to evaluate the derivatives
[out]outReturn value: the desired partial derivatives

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 19, 22:31, 2024)