dune-functions
2.6-dev
|
#include <memory>
#include <dune/common/shared_ptr.hh>
#include <dune/functions/functionspacebases/defaultnodetorangemap.hh>
#include <dune/functions/functionspacebases/flatvectorbackend.hh>
#include <dune/functions/gridfunctions/gridviewentityset.hh>
#include <dune/functions/gridfunctions/gridfunction.hh>
#include <dune/functions/common/treedata.hh>
Go to the source code of this file.
Classes | |
class | Dune::Functions::DiscreteGlobalBasisFunction< B, TP, V, NTRE, R > |
A grid function induced by a global basis and a coefficient vector. More... | |
class | Dune::Functions::DiscreteGlobalBasisFunction< B, TP, V, NTRE, R >::LocalFunction |
Namespaces | |
Dune | |
Dune::Functions | |
Functions | |
template<typename... TT> | |
void | Dune::Functions::localFunction (DiscreteGlobalBasisFunction< TT... > &&t)=delete |
Construction of local functions from a temporary DiscreteGlobalBasisFunction (forbidden) More... | |
template<typename R , typename B , typename TP , typename V > | |
auto | Dune::Functions::makeDiscreteGlobalBasisFunction (B &&basis, const TP &treePath, V &&vector) |
template<typename R , typename B , typename V > | |
auto | Dune::Functions::makeDiscreteGlobalBasisFunction (B &&basis, V &&vector) |