|
| | RaviartThomasL2Interpolation () |
| |
| template<class Function , class Vector > |
| auto | interpolate (const Function &function, Vector &coefficients) const -> std::enable_if_t< std::is_same< decltype(std::declval< Vector >().resize(1)), void >::value, void > |
| |
| template<class Basis , class Matrix > |
| auto | interpolate (const Basis &basis, Matrix &matrix) const -> std::enable_if_t< std::is_same< decltype(std::declval< Matrix >().rowPtr(0)), typename Matrix::Field * >::value, void > |
| |
| std::size_t | order () const |
| |
| std::size_t | size () const |
| |
| template<class Topology > |
| 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.