dune-pdelab  2.7-git
Dune::PDELab::EntityBlockedOrderingTag Struct Reference

Indicate blocking of the unknowns by grid entity. More...

#include <dune/pdelab/gridfunctionspace/tags.hh>

Detailed Description

Indicate blocking of the unknowns by grid entity.

This class instructs the non-leaf GridFunctionSpaces to block the dofs of the child-GridFunctionSpaces by grid entity, i.e. first all dofs of all children that belong to vertex 0, then all dofs associated with vertex 1 etc.

The EntityBlockedOrdering correctly handles different block sizes for different GeometryTypes as well as GridFunctionSpaces with variable sizes, e.g. for $p$-adaptivity and in a MultiDomain context.

Examples
recipe-blocking.cc, and recipe-operator-splitting.cc.

The documentation for this struct was generated from the following file: