#include <cstddef>
#include <ostream>
#include <string>
#include <dune/common/classname.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/stdstreams.hh>
#include <dune/typetree/compositenodemacros.hh>
#include <dune/typetree/powernode.hh>
#include <dune/typetree/traversal.hh>
#include <dune/typetree/visitor.hh>
#include <dune/pdelab/gridfunctionspace/tags.hh>
#include <dune/pdelab/ordering/lexicographicordering.hh>
#include <dune/pdelab/ordering/utility.hh>
#include <dune/pdelab/ordering/orderingbase.hh>
Go to the source code of this file.
|
class | Dune::PDELab::permutation_ordering::Base< DI, CI, Node > |
| Interface for merging index spaces. More...
|
|
class | Dune::PDELab::PowerPermutationOrdering< DI, CI, Child, k > |
| Interface for merging index spaces. More...
|
|
struct | Dune::PDELab::power_gfs_to_ordering_descriptor< GFS, Transformation, PermutationOrderingTag > |
|
struct | Dune::PDELab::power_gfs_to_ordering_descriptor< GFS, Transformation, PermutationOrderingTag >::result< TC > |
|
class | Dune::PDELab::CompositePermutationOrdering< DI, CI, DUNE_TYPETREE_COMPOSITENODE_TEMPLATE_CHILDREN > |
| Interface for merging index spaces. More...
|
|
struct | Dune::PDELab::composite_gfs_to_ordering_descriptor< GFS, Transformation, PermutationOrderingTag > |
| Node transformation descriptor for CompositeGridFunctionSpace -> PermutationOrdering (without variadic templates). More...
|
|
struct | Dune::PDELab::composite_gfs_to_ordering_descriptor< GFS, Transformation, PermutationOrderingTag >::result< TC0, TC1, TC2, TC3, TC4, TC5, TC6, TC7, TC8, TC9 > |
|