dune-pdelab  2.7-git
Classes | Typedefs | Functions
Dune::PDELab::Experimental Namespace Reference

Classes

class  GridFunctionSpace
 A pdelab grid function space implemented by a dune-functions function space basis. More...
 
struct  LeafLFSMixin
 
class  LocalFunctionSpace
 
struct  DuneFunctionsCacheTag
 

Typedefs

template<typename VBE >
using DuneFunctionsCompatibleVBE = std::decay_t< decltype(*registerDuneFunctionsCompatibleVBE(std::declval< VBE * >()))>
 

Functions

template<typename VBE >
VBE * registerDuneFunctionsCompatibleVBE (VBE *)
 
template<std::size_t block_size>
ISTL::SimpleVectorBackend<(block_size > 0 ? block_size :1)> * registerDuneFunctionsCompatibleVBE (ISTL::VectorBackend< ISTL::Blocking::none, block_size > *)