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