|
| struct | Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DI > |
| | traits mapping global function space information to local function space More...
|
| |
| class | Dune::PDELab::LocalFunctionSpaceBaseNode< GFS, DOFIndex > |
| |
| struct | Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex > |
| | traits for local function space on a gridview More...
|
| |
| class | Dune::PDELab::GridViewLocalFunctionSpaceBaseNode< GFS, DOFIndex > |
| |
| struct | Dune::PDELab::PowerCompositeLocalFunctionSpaceTraits< GFS, DOFIndex, N > |
| | traits for multi component local function space More...
|
| |
| class | Dune::PDELab::PowerLocalFunctionSpaceNode< GFS, DOFIndex, ChildLFS, k > |
| |
| struct | Dune::PDELab::power_gfs_to_lfs_template< SourceNode, Transformation > |
| |
| struct | Dune::PDELab::power_gfs_to_lfs_template< SourceNode, Transformation >::result< TC > |
| |
| class | Dune::PDELab::CompositeLocalFunctionSpaceNode< GFS, DOFIndex, Children > |
| |
| struct | Dune::PDELab::composite_gfs_to_lfs_template< SourceNode, Transformation > |
| |
| struct | Dune::PDELab::composite_gfs_to_lfs_template< SourceNode, Transformation >::result< TC > |
| |
| struct | Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N > |
| | traits for single component local function space More...
|
| |
| class | Dune::PDELab::LeafLocalFunctionSpaceNode< GFS, DOFIndex > |
| | single component local function space More...
|
| |
| class | Dune::PDELab::LocalFunctionSpace< GFS, TAG > |
| | Create a local function space from a global function space. More...
|
| |
| class | Dune::PDELab::LocalFunctionSpace< GFS, TAG > |
| | Create a local function space from a global function space. More...
|
| |
| class | Dune::PDELab::LocalFunctionSpace< GFS, AnySpaceTag > |
| |
|
| template<typename PowerGridFunctionSpace , typename Params > |
| TypeTree::TemplatizedGenericPowerNodeTransformation< PowerGridFunctionSpace, gfs_to_lfs< Params >, power_gfs_to_lfs_template< PowerGridFunctionSpace, gfs_to_lfs< Params > >::template result > | Dune::PDELab::registerNodeTransformation (PowerGridFunctionSpace *pgfs, gfs_to_lfs< Params > *t, PowerGridFunctionSpaceTag *tag) |
| |
| template<typename CompositeGridFunctionSpace , typename Params > |
| TypeTree::TemplatizedGenericCompositeNodeTransformation< CompositeGridFunctionSpace, gfs_to_lfs< Params >, composite_gfs_to_lfs_template< CompositeGridFunctionSpace, gfs_to_lfs< Params > >::template result > | Dune::PDELab::registerNodeTransformation (CompositeGridFunctionSpace *cgfs, gfs_to_lfs< Params > *t, CompositeGridFunctionSpaceTag *tag) |
| |
| template<typename GridFunctionSpace , typename Params > |
| TypeTree::GenericLeafNodeTransformation< GridFunctionSpace, gfs_to_lfs< Params >, LeafLocalFunctionSpaceNode< GridFunctionSpace, typename gfs_to_lfs< Params >::DOFIndex > > | Dune::PDELab::registerNodeTransformation (GridFunctionSpace *gfs, gfs_to_lfs< Params > *t, LeafGridFunctionSpaceTag *tag) |
| |