dune-pdelab  2.7-git
Public Types | List of all members
Dune::PDELab::MergeMode Struct Reference

Index merging algorithm for global orderings. More...

#include <dune/pdelab/ordering/utility.hh>

Public Types

enum  type { lexicographic , interleaved }
 

Detailed Description

Index merging algorithm for global orderings.

Member Enumeration Documentation

◆ type

Enumerator
lexicographic 

Lexicographically ordered ([i1,i2],[j1,j2] -> [i1,i2,j1,j2]).

interleaved 

Indices are interleaved according to a user-supplied pattern ([i1,i2],[j1,j2] -> [i1,j1,i2,j2]).


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