dune-pdelab 2.7-git
|
#include <dune/pdelab/ordering/entityblockedlocalordering.hh>
Public Types | |
typedef TypeTree::TransformTree< GFS, gfs_to_local_ordering< Transformation > > | LocalOrderingTransformation |
typedef LocalOrderingTransformation::Type | LocalOrdering |
typedef GridViewOrdering< LocalOrdering > | transformed_type |
typedef std::shared_ptr< transformed_type > | transformed_storage_type |
using | EntitySet = typename GFS::Traits::EntitySet |
Static Public Member Functions | |
static transformed_type | transform (const GFS &gfs, const Transformation &t) |
static transformed_storage_type | transform_storage (std::shared_ptr< const GFS > gfs, const Transformation &t) |
Static Public Attributes | |
static const bool | recursive = false |
using Dune::PDELab::composite_gfs_to_entityblocked_ordering_descriptor< GFS, Transformation >::EntitySet = typename GFS::Traits::EntitySet |
typedef LocalOrderingTransformation::Type Dune::PDELab::composite_gfs_to_entityblocked_ordering_descriptor< GFS, Transformation >::LocalOrdering |
typedef TypeTree::TransformTree<GFS,gfs_to_local_ordering<Transformation> > Dune::PDELab::composite_gfs_to_entityblocked_ordering_descriptor< GFS, Transformation >::LocalOrderingTransformation |
typedef std::shared_ptr<transformed_type> Dune::PDELab::composite_gfs_to_entityblocked_ordering_descriptor< GFS, Transformation >::transformed_storage_type |
typedef GridViewOrdering<LocalOrdering> Dune::PDELab::composite_gfs_to_entityblocked_ordering_descriptor< GFS, Transformation >::transformed_type |
|
inlinestatic |
|
inlinestatic |
|
static |