dune-functions 2.9.0
|
#include <memory>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/bitsetvector.hh>
#include <dune/typetree/childextraction.hh>
#include <dune/functions/gridfunctions/gridviewfunction.hh>
#include <dune/functions/common/functionconcepts.hh>
#include <dune/functions/backends/concepts.hh>
#include <dune/functions/backends/istlvectorbackend.hh>
#include <dune/functions/functionspacebases/sizeinfo.hh>
#include <dune/functions/functionspacebases/flatvectorview.hh>
#include <dune/functions/functionspacebases/hierarchicnodetorangemap.hh>
#include <dune/typetree/traversal.hh>
#include <dune/typetree/visitor.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::Functions |
Functions | |
template<class B , class C , class F , class BV , class NTRE > | |
void | Dune::Functions::interpolate (const B &basis, C &&coeff, const F &f, const BV &bv, const NTRE &nodeToRangeEntry) |
Interpolate given function in discrete function space. More... | |
template<class B , class C , class F , class BV > | |
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... | |