chombo-discharge
Loading...
Searching...
No Matches
Source
Particle
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
21
enum class
EbIntersection
22
{
23
Bisection,
24
Raycast
25
};
26
27
#include <CD_NamespaceFooter.H>
28
29
#endif
EbIntersection
EbIntersection
Enum for putting some logic into how we think about intersection between particles and EBs.
Definition
CD_EbIntersection.H:22
Generated by
1.9.8