|
dune-localfunctions 2.8.0
|
Loading...
Searching...
No Matches
Dune::BasisInterface Class Reference
Interface for global-valued shape functions. More...
#include <dune/localfunctions/common/interface.hh>
Inheritance diagram for Dune::BasisInterface:

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. | |
Detailed Description
Interface for global-valued shape functions.
Member Function Documentation
◆ evaluateFunction()
| void Dune::BasisInterface::evaluateFunction | ( | const Traits::DomainType & | in, |
| std::vector< Traits::RangeType > & | out | ||
| ) | const |
Evaluate all shape functions at given position.
◆ evaluateJacobian()
| void Dune::BasisInterface::evaluateJacobian | ( | const Traits::DomainType & | in, |
| std::vector< Traits::Jacobian > & | out | ||
| ) | const |
Evaluate Jacobian of all shape functions at given position.
◆ order()
| std::size_t Dune::BasisInterface::order | ( | ) | const |
Polynomial order of the shape functions for quadrature.
◆ 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
◆ size()
| std::size_t Dune::BasisInterface::size | ( | ) | const |
Number of shape functions.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8