dune-functions  2.5-dev
Classes | Namespaces | Functions
discreteglobalbasisfunction.hh File Reference
#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 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)