chombo-discharge
Loading...
Searching...
No Matches
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
21enum class BoxSorting
22{
23 None,
24 Std,
25 Shuffle,
26 Morton,
27 Hilbert
28};
29
30#include <CD_NamespaceFooter.H>
31
32#endif
BoxSorting
Enum for sorting boxes.
Definition CD_BoxSorting.H:22