chombo-discharge
Loading...
Searching...
No Matches
Source
AmrMesh
CD_BoxSorting.H
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3
*
4
* SPDX-License-Identifier: GPL-3.0-or-later
5
*/
6
13
#ifndef CD_BOXSORTING_H
14
#define CD_BOXSORTING_H
15
16
#include <CD_NamespaceHeader.H>
17
21
enum class
BoxSorting
22
{
23
None,
24
Std,
25
Shuffle,
26
Morton,
27
Hilbert
28
};
29
30
#include <CD_NamespaceFooter.H>
31
32
#endif
BoxSorting
BoxSorting
Enum for sorting boxes.
Definition
CD_BoxSorting.H:22
Generated by
1.9.8