dune-pdelab  2.4-dev
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper > Struct Template Reference

#include <dune/pdelab/ordering/singlecodimleafordering.hh>

Public Types

typedef SingleCodimLeafOrdering< typename GFS::Traits::GridView, SimpleDOFIndex< typename GFS::Traits::SizeType >, SimpleContainerIndex< typename GFS::Traits::SizeType > > transformed_type
 
typedef std::shared_ptr< transformed_typetransformed_storage_type
 

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
 

Member Typedef Documentation

template<typename GFS , typename Transformation >
typedef std::shared_ptr<transformed_type> Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper >::transformed_storage_type
template<typename GFS , typename Transformation >
typedef SingleCodimLeafOrdering< typename GFS::Traits::GridView, SimpleDOFIndex<typename GFS::Traits::SizeType>, SimpleContainerIndex<typename GFS::Traits::SizeType> > Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper >::transformed_type

Member Function Documentation

template<typename GFS , typename Transformation >
static transformed_type Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper >::transform ( const GFS &  gfs,
const Transformation &  t 
)
inlinestatic
template<typename GFS , typename Transformation >
static transformed_storage_type Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper >::transform_storage ( std::shared_ptr< const GFS >  gfs,
const Transformation &  t 
)
inlinestatic

Member Data Documentation

template<typename GFS , typename Transformation >
const bool Dune::PDELab::leaf_gfs_to_ordering_descriptor< GFS, Transformation, SingleCodimMapper >::recursive = false
static

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