Meta-basis turning a scalar basis into vector-valued basis.
More...
#include <dune/localfunctions/meta/power/basis.hh>
|
| PowerBasis (const Backend &backend_) |
| Construct a PowerBasis. More...
|
|
std::size_t | size () const |
| Number of shape functions. More...
|
|
std::size_t | order () const |
| Polynomial order of the shape functions for quadrature. More...
|
|
void | evaluateFunction (const typename Traits::DomainLocal &in, std::vector< typename Traits::Range > &out) const |
| Evaluate all shape functions at given position. More...
|
|
void | evaluateJacobian (const typename Traits::DomainLocal &in, std::vector< typename Traits::Jacobian > &out) const |
| Evaluate Jacobian of all shape functions at given position. More...
|
|
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. More...
|
|
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. |
◆ PowerBasis()
template<class Backend , std::size_t dimR>
Construct a PowerBasis.
- Parameters
-
backend_ | Backend basis object to construct this object from. This object holds a reference to the backend object. This reference is also copied when this object is copied. |
◆ evaluateFunction()
template<class Backend , std::size_t dimR>
void Dune::PowerBasis< Backend, dimR >::evaluateFunction |
( |
const typename Traits::DomainLocal & |
in, |
|
|
std::vector< typename Traits::Range > & |
out |
|
) |
| const |
|
inline |
Evaluate all shape functions at given position.
◆ evaluateJacobian()
template<class Backend , std::size_t dimR>
Evaluate Jacobian of all shape functions at given position.
◆ order()
template<class Backend , std::size_t dimR>
Polynomial order of the shape functions for quadrature.
◆ partial()
template<class Backend , std::size_t dimR>
void Dune::PowerBasis< Backend, dimR >::partial |
( |
const std::array< unsigned int, Backend::Traits::dimDomainGlobal > & |
order, |
|
|
const typename Traits::DomainLocal & |
in, |
|
|
std::vector< typename Traits::Range > & |
out |
|
) |
| const |
|
inline |
Evaluate partial derivatives of all shape functions.
◆ size()
template<class Backend , std::size_t dimR>
Number of shape functions.
The documentation for this class was generated from the following file: