dune-functions  2.5.0
Dune::Functions::BasisBuilder::FlatLexicographic Struct Reference

Lexicographic merging of direct children without blocking. More...

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

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

Detailed Description

Lexicographic merging of direct children without blocking.

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,i0), (0,i1), (1,i2), (2,k0), (3,k1), (4,k2)}


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