dune-pdelab 2.7-git
|
#include <dune/pdelab/gridfunctionspace/dunefunctionslocalfunctionspace.hh>
Public Types | |
using | Basis = typename GFS::Basis |
using | LocalView = typename Basis::LocalView |
using | Tree = TypeTree::ChildForTreePath< typename LocalView::Tree, TypeTree::HybridTreePath<> > |
using | DOFIndex = typename GFS::Ordering::Traits::DOFIndex |
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 |
auto | containerIndex (size_type index) const |
const Experimental::GridFunctionSpace< DFBasis, V, CE > & | gridFunctionSpace () const |
Returns the GridFunctionSpace underlying this LocalFunctionSpace. More... | |
void | bind (const typename GFS::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 |
|
inline |
|
inline |
|
inlineinherited |
|
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 |