|
| enum class | GhostType { Periodic = 0
, Reflective = 1
, Outflow = 2
} |
| |
|
| GhostType | get_x () const |
| |
| GhostType | get_y () const |
| |
| GhostType | get_z () const |
| |
| void | set_x (GhostType ghost_type) |
| |
| void | set_y (GhostType ghost_type) |
| |
| void | set_z (GhostType ghost_type) |
| |
Definition at line 113 of file SolverConfig.hpp.
◆ GhostType
| enum class shammodels::basegodunov::BCConfig::GhostType |
|
strong |
◆ get_x()
| GhostType shammodels::basegodunov::BCConfig::get_x |
( |
| ) |
const |
|
inline |
◆ get_y()
| GhostType shammodels::basegodunov::BCConfig::get_y |
( |
| ) |
const |
|
inline |
◆ get_z()
| GhostType shammodels::basegodunov::BCConfig::get_z |
( |
| ) |
const |
|
inline |
◆ set_x()
| void shammodels::basegodunov::BCConfig::set_x |
( |
GhostType |
ghost_type | ) |
|
|
inline |
◆ set_y()
| void shammodels::basegodunov::BCConfig::set_y |
( |
GhostType |
ghost_type | ) |
|
|
inline |
◆ set_z()
| void shammodels::basegodunov::BCConfig::set_z |
( |
GhostType |
ghost_type | ) |
|
|
inline |
◆ ghost_type_x
| GhostType shammodels::basegodunov::BCConfig::ghost_type_x = GhostType::Periodic |
◆ ghost_type_y
| GhostType shammodels::basegodunov::BCConfig::ghost_type_y = GhostType::Periodic |
◆ ghost_type_z
| GhostType shammodels::basegodunov::BCConfig::ghost_type_z = GhostType::Periodic |
The documentation for this struct was generated from the following file: