DUNE PDELab (git)
Define and register ordering related transformations. This header defines the two transformations gfs_to_ordering and gfs_to_local_ordering. As both the PowerGFS and the CompositeGFS transformations use a single descriptor that is specialized for the individual orderings, the prototype of those descriptors are also declared in this file and are registered with the TypeTree transformation system. More...
#include <cstddef>
#include <dune/typetree/traversal.hh>
#include <dune/typetree/accumulate_static.hh>
#include <dune/pdelab/common/typetraits.hh>
#include <dune/pdelab/common/multiindex.hh>
#include <dune/pdelab/gridfunctionspace/tags.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Dune namespace. | |
Detailed Description
Define and register ordering related transformations. This header defines the two transformations gfs_to_ordering and gfs_to_local_ordering. As both the PowerGFS and the CompositeGFS transformations use a single descriptor that is specialized for the individual orderings, the prototype of those descriptors are also declared in this file and are registered with the TypeTree transformation system.