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

Lexicographic merging of direct children with blocking (i.e. creating one block per direct child). More...

#include <dune/functions/functionspacebases/basistags.hh>

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

Detailed Description

Lexicographic merging of direct children with blocking (i.e. creating one block per direct child).

Example: For two children with indices

{(0,i0), (0,i1), (1,i2)} and {(0,k0), (1,k1), (2,k2)}

the merged indices will be

{(0,0,i0), (0,0,i1), (0,1,i2), (1,0,k0), (1,1,k1), (1,2,k2)}


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