chombo-discharge
Loading...
Searching...
No Matches
CD_EBIntersection.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_EBINTERSECTION_H
14#define CD_EBINTERSECTION_H
15
16#include <CD_NamespaceHeader.H>
17
22{
23 Bisection,
24 Raycast
25};
26
27#include <CD_NamespaceFooter.H>
28
29#endif
EBIntersection
Enum for putting some logic into how we think about intersection between particles and EBs.
Definition CD_EBIntersection.H:22