dune-pdelab
2.4-dev
|
#include <dune/pdelab/ordering/permutedordering.hh>
Public Types | |
typedef PermutedOrdering< 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::permuted::gfs_to_permuted< GFS, Transformation, Undecorated, Tag >::transformed_storage_type |
typedef PermutedOrdering<Undecorated> Dune::PDELab::ordering::permuted::gfs_to_permuted< GFS, Transformation, Undecorated, Tag >::transformed_type |
|
inlinestatic |
|
inlinestatic |