chombo-discharge
Loading...
Searching...
No Matches
CD_CopyStrategy.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_COPYSTRATEGY_H
14#define CD_COPYSTRATEGY_H
15
16#include <CD_NamespaceHeader.H>
17
23enum class CopyStrategy
24{
25 Valid,
26 ValidGhost
27};
28#include <CD_NamespaceFooter.H>
29
30#endif
CopyStrategy
Enum for distinguishing how we copy data Valid => valid region ValidGhost => valid+ghost region.
Definition CD_CopyStrategy.H:24