|
dune-pdelab 2.8
|
Loading...
Searching...
No Matches
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:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8