dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::LocalFunctionSpace< GFS, TAG > Class Template Reference

Create a local function space from a global function space. More...

#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>

Inheritance diagram for Dune::PDELab::LocalFunctionSpace< GFS, TAG >:
Inheritance graph

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
 

Detailed Description

template<typename GFS, typename TAG>
class Dune::PDELab::LocalFunctionSpace< GFS, TAG >

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.

Member Typedef Documentation

◆ Traits

template<typename GFS , typename TAG >
typedef BaseT::Traits Dune::PDELab::LocalFunctionSpace< GFS, TAG >::Traits

Constructor & Destructor Documentation

◆ LocalFunctionSpace() [1/2]

template<typename GFS , typename TAG >
Dune::PDELab::LocalFunctionSpace< GFS, TAG >::LocalFunctionSpace ( const GFS &  gfs)
inline

◆ LocalFunctionSpace() [2/2]

template<typename GFS , typename TAG >
Dune::PDELab::LocalFunctionSpace< GFS, TAG >::LocalFunctionSpace ( const LocalFunctionSpace< GFS, TAG > &  lfs)
inline

Member Function Documentation

◆ localIndex()

template<typename GFS , typename TAG >
LocalIndex Dune::PDELab::LocalFunctionSpace< GFS, TAG >::localIndex ( typename Traits::IndexContainer::size_type  index) const
inline

The documentation for this class was generated from the following file: