dune-functions
2.5.1
|
Interleaved merging of direct children with blocking (i.e. creating blocks at the leaves containing one leaf per child each). More...
#include <dune/functions/functionspacebases/basistags.hh>
Interleaved merging of direct children with blocking (i.e. creating blocks at the leaves containing one leaf per child each).
Example: For two children with indices
{(0,i0), (1,i1), (2,i2)} and {(0,i0), (1,i1), (2,i2)}
the merged indices will be
{(0,i0,0), (1,i1,0), (2,i2,0), (0,i0,1), (1,i1,1), (2,i2,1)}