dune-functions 2.8.0
Loading...
Searching...
No Matches
discreteglobalbasisfunction.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Functions::DiscreteGlobalBasisFunction< B, V, NTRE, R >
 A grid function induced by a global basis and a coefficient vector. More...
 
class  Dune::Functions::DiscreteGlobalBasisFunction< B, V, NTRE, R >::LocalFunction
 

Namespaces

namespace  Dune
 
namespace  Dune::Functions
 

Functions

template<typename... TT>
void Dune::Functions::localFunction (DiscreteGlobalBasisFunction< TT... > &&t)=delete
 Construction of local functions from a temporary DiscreteGlobalBasisFunction (forbidden)
 
template<typename R , typename B , typename V >
auto Dune::Functions::makeDiscreteGlobalBasisFunction (B &&basis, V &&vector)