|
| | PowerBasis (const Backend &backend_) |
| | Construct a PowerBasis.
|
| 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 typename Traits::DomainLocal &in, std::vector< typename Traits::Range > &out) const |
| | Evaluate all shape functions at given position.
|
| void | evaluateJacobian (const typename Traits::DomainLocal &in, std::vector< typename Traits::Jacobian > &out) const |
| | Evaluate Jacobian of all shape functions at given position.
|
| void | partial (const std::array< unsigned int, Backend::Traits::dimDomainGlobal > &order, const typename Traits::DomainLocal &in, std::vector< typename Traits::Range > &out) const |
| | Evaluate partial derivatives of all shape functions.
|
template<class Backend, std::size_t dimR>
class Dune::PowerBasis< Backend, dimR >
Meta-basis turning a scalar basis into vector-valued basis.
- Template Parameters
-
| Backend | Type of basis to take the power of. |
| dimR | Power to raise the basis to. |