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

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

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

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

Detailed Description

Interleaved merging of direct children without blocking.

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


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