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
27{
28 Interp,
29 Halo,
30 HaloNGP,
31 Transition
32};
33
34#include <CD_NamespaceFooter.H>
35
36#endif
CoarseFineDeposition
Coarse-fine deposition types (see CD_EBAMRParticleMesh for how these are handled).
Definition CD_CoarseFineDeposition.H:27