dune-functions
2.5.1
|
Lexicographic merging of direct children with blocking (i.e. creating one block per direct child). More...
#include <dune/functions/functionspacebases/basistags.hh>
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)}