dune-pdelab
2.7-git
|
Create a local function space from a global function space. More...
#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>
Public Types | |
typedef BaseT::Traits | Traits |
Public Member Functions | |
LocalFunctionSpace (const GFS &gfs) | |
LocalFunctionSpace (const LocalFunctionSpace &lfs) | |
LocalIndex | localIndex (typename Traits::IndexContainer::size_type index) const |
Create a local function space from a global function space.
The local function space can be tagged with one of the tags defined in localfunctionspacetags.hh. This allows to destinguish between trial and test space.
If no TAG is specified the AnySpaceTag is used, which basically states, that it is not clear, whether this is a trial of a test space.
typedef BaseT::Traits Dune::PDELab::LocalFunctionSpace< GFS, TAG >::Traits |
|
inline |
|
inline |
|
inline |