dune-pdelab  2.4-dev
Public Types | Static Public Member Functions | List of all members
Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag > Struct Template Reference

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

Public Types

typedef ChunkedBlockOrdering< Undecorated > transformed_type
 
typedef std::shared_ptr< transformed_typetransformed_storage_type
 

Static Public Member Functions

static transformed_type transform (const GFS &gfs, const Transformation &t, std::shared_ptr< Undecorated > undecorated)
 
static transformed_storage_type transform_storage (std::shared_ptr< const GFS > gfs_pointer, const Transformation &t, std::shared_ptr< Undecorated > undecorated)
 

Member Typedef Documentation

template<typename GFS , typename Transformation , typename Undecorated , typename Tag >
typedef std::shared_ptr<transformed_type> Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transformed_storage_type
template<typename GFS , typename Transformation , typename Undecorated , typename Tag >
typedef ChunkedBlockOrdering<Undecorated> Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transformed_type

Member Function Documentation

template<typename GFS , typename Transformation , typename Undecorated , typename Tag >
static transformed_type Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transform ( const GFS &  gfs,
const Transformation &  t,
std::shared_ptr< Undecorated >  undecorated 
)
inlinestatic
template<typename GFS , typename Transformation , typename Undecorated , typename Tag >
static transformed_storage_type Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transform_storage ( std::shared_ptr< const GFS >  gfs_pointer,
const Transformation &  t,
std::shared_ptr< Undecorated >  undecorated 
)
inlinestatic

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