|
dune-pdelab
2.5-dev
|
#include <dune/pdelab/gridfunctionspace/dunefunctionslocalfunctionspace.hh>

Public Types | |
| using | Basis = typename Experimental::GridFunctionSpace< DFBasis, V, CE > ::Basis |
| using | LocalView = typename Basis::LocalView |
| using | Tree = TypeTree::ChildForTreePath< typename LocalView::Tree, TypeTree::HybridTreePath<> > |
| using | LocalIndexSet = typename Basis::LocalIndexSet |
| using | DOFIndex = typename Basis::MultiIndex |
| using | size_type = std::size_t |
Public Member Functions | |
| LocalFunctionSpace (std::shared_ptr< const GFS > gfs) | |
| LocalFunctionSpace (const GFS &gfs) | |
| size_type | subSpaceDepth () const |
| size_type | size () const |
| get current size More... | |
| size_type | maxSize () const |
| size_type | localIndex (size_type index) const |
| map index in this local function space to root local function space More... | |
| DOFIndex | dofIndex (size_type index) const |
| const Experimental::GridFunctionSpace< DFBasis, V, CE > & | gridFunctionSpace () const |
| Returns the GridFunctionSpace underlying this LocalFunctionSpace. More... | |
| void | bind (const typename Experimental::GridFunctionSpace< DFBasis, V, CE > ::Traits::EntitySet::template Codim< 0 >::Entity &e) |
| const Traits::ConstraintsType & | constraints () const |
| const Tree & | tree () const |
| const auto & | finiteElement () const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Returns the GridFunctionSpace underlying this LocalFunctionSpace.
|
inlineinherited |
map index in this local function space to root local function space
|
inlineinherited |
|
inlineinherited |
get current size
|
inlineinherited |
|
inlineinherited |
1.8.17