DUNE PDELab (git)
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:
- dune/pdelab/ordering/utility.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)