dune-functions
2.5-dev
|
Interleaved merging of direct children without blocking. More...
#include <dune/functions/functionspacebases/basistags.hh>
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)}