dune-functions  2.5.1
Dune::Functions::BasisBuilder::LeafBlockedInterleaved Struct Reference

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>

Inheritance diagram for Dune::Functions::BasisBuilder::LeafBlockedInterleaved:
Inheritance graph

Detailed Description

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)}


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