dune-pdelab
2.5-dev
|
#include <dune/typetree/typetree.hh>
#include <dune/pdelab/ordering/utility.hh>
#include <dune/pdelab/ordering/orderingbase.hh>
#include <dune/pdelab/ordering/decorator.hh>
Go to the source code of this file.
Classes | |
struct | Dune::PDELab::ordering::Chunked< OrderingTag > |
class | Dune::PDELab::ChunkedBlockOrdering< Ordering > |
Ordering that permutes top-level ContainerIndex entries. More... | |
struct | Dune::PDELab::ordering::chunked::gfs_to_chunked< GFS, Transformation, Undecorated, Tag > |
struct | Dune::PDELab::power_gfs_to_local_ordering_descriptor< GFS, Transformation, ordering::Chunked< U > > |
struct | Dune::PDELab::composite_gfs_to_local_ordering_descriptor< GFS, Transformation, ordering::Chunked< U > > |
Namespaces | |
Dune | |
For backward compatibility – Do not use this! | |
Dune::PDELab | |
Dune::PDELab::ordering | |
Dune::PDELab::ordering::chunked | |
Functions | |
template<typename Decorated > | |
constexpr bool | Dune::PDELab::ordering::deactivate_standard_blocking_for_ordering (const Chunked< Decorated > &) |
template<typename GFS , typename Transformation , typename Undecorated , typename GlueTag , typename UndecoratedTag > | |
gfs_to_chunked< GFS, Transformation, Undecorated, GlueTag > | Dune::PDELab::ordering::chunked::register_gfs_to_decorator_descriptor (GFS *, Transformation *, Undecorated *, GlueTag *, Chunked< UndecoratedTag > *) |