|
| RaviartThomasL2Interpolation () |
|
template<class Function , class Vector , decltype(std::declval< Vector >().size(), bool{}) = true, decltype(std::declval< Vector >().resize(0u), bool{}) = true> |
void | interpolate (const Function &function, Vector &coefficients) const |
|
template<class Basis , class Matrix , decltype(std::declval< Matrix >().rows(), bool{}) = true, decltype(std::declval< Matrix >().cols(), bool{}) = true, decltype(std::declval< Matrix >().resize(0u, 0u), bool{}) = true> |
void | interpolate (const Basis &basis, Matrix &matrix) const |
|
std::size_t | order () const |
|
std::size_t | size () const |
|
template<GeometryType::Id geometryId> |
void | build (std::size_t order) |
|
void | setLocalKeys (std::vector< LocalKey > &keys) const |
|
template<unsigned int dimension, class F>
class Dune::RaviartThomasL2Interpolation< dimension, F >
An L2-based interpolation for Raviart Thomas.
template<unsigned int dimension, class F >
template<class Basis , class Matrix , decltype(std::declval< Matrix >().rows(), bool{}) = true, decltype(std::declval< Matrix >().cols(), bool{}) = true, decltype(std::declval< Matrix >().resize(0u, 0u), bool{}) = true>