|
| template<class B , class... TreeIndices, class NTRE , class C , class F , class BV > |
| void | Dune::Functions::interpolateTreeSubset (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f, const NTRE &nodeToRangeEntry, const BV &bv) |
| | Interpolate given function in discrete function space. More...
|
| |
| template<class B , class... TreeIndices, class C , class F , class BV > |
| void | Dune::Functions::interpolateTreeSubset (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f, const BV &bitVector) |
| |
| template<class B , class... TreeIndices, class NTRE , class C , class F > |
| void | Dune::Functions::interpolateTree (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f, const NTRE &nodeToRangeEntry) |
| |
| template<class B , class... TreeIndices, class C , class F > |
| void | Dune::Functions::interpolateTree (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f) |
| |
| template<class B , class... TreeIndices, class C , class F , class BV > |
| void | Dune::Functions::interpolate (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f, const BV &bitVector) |
| | Interpolate given function in discrete function space. More...
|
| |
| template<class B , class C , class F , class BV , std::enable_if_t< not Imp::isHybridTreePath< C >(), int > = 0> |
| void | Dune::Functions::interpolate (const B &basis, C &&coeff, const F &f, const BV &bitVector) |
| | Interpolate given function in discrete function space. More...
|
| |
| template<class B , class C , class F > |
| void | Dune::Functions::interpolate (const B &basis, C &&coeff, const F &f) |
| | Interpolate given function in discrete function space. More...
|
| |
| template<class B , class... TreeIndices, class C , class F > |
| void | Dune::Functions::interpolate (const B &basis, const TypeTree::HybridTreePath< TreeIndices... > &treePath, C &&coeff, const F &f) |
| | Interpolate given function in discrete function space. More...
|
| |