chombo-discharge
Loading...
Searching...
No Matches
CD_CoarseFineDeposition.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_COARSEFINEDEPOSITION_H
14#define CD_COARSEFINEDEPOSITION_H
15
16// Our includes
17#include <CD_NamespaceHeader.H>
18
28{
29 Interp,
30 Halo,
31 HaloNGP,
32 Transition
33};
34
35#include <CD_NamespaceFooter.H>
36
37#endif
CoarseFineDeposition
Coarse-fine deposition types (see CD_EBAMRParticleMesh for how these are handled).
Definition CD_CoarseFineDeposition.H:28