DUNE-FEM (unstable)
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
-
order Order of the partial derivatives, in the classic multi-index notation in Position where to evaluate the derivatives [out] out Return value: the desired partial derivatives
The documentation for this class was generated from the following file:
- dune/localfunctions/common/interface.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)