dune-pdelab
2.4-dev
|
Tag indicating a standard ordering for a leaf GridfunctionSpace. More...
#include <dune/pdelab/gridfunctionspace/tags.hh>
Tag indicating a standard ordering for a leaf GridfunctionSpace.
Any additional policies regarding the ordering should be passed via the template parameter Params. By itself, this tag indicates that the user wants to use the standard, MultiIndex-based ordering infrastructure for this GridFunctionSpace.
Params | Parameter struct for passing additional static information to the ordering. This parameter will become the base class of the tag. |