dune-pdelab
2.4-dev
|
#include <dune/pdelab/ordering/chunkedblockordering.hh>
Public Types | |
typedef ChunkedBlockOrdering< Undecorated > | transformed_type |
typedef std::shared_ptr< transformed_type > | transformed_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) |
typedef std::shared_ptr<transformed_type> Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transformed_storage_type |
typedef ChunkedBlockOrdering<Undecorated> Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag >::transformed_type |
|
inlinestatic |
|
inlinestatic |