Definition at line 190 of file SolverConfig.hpp.
◆ mode
◆ mode_soft
| using shammodels::sph::SelfGravConfig::mode_soft = std::variant<SofteningPlummer> |
◆ is_direct()
| bool shammodels::sph::SelfGravConfig::is_direct |
( |
| ) |
const |
|
inline |
◆ is_fmm()
| bool shammodels::sph::SelfGravConfig::is_fmm |
( |
| ) |
const |
|
inline |
◆ is_mm()
| bool shammodels::sph::SelfGravConfig::is_mm |
( |
| ) |
const |
|
inline |
◆ is_none()
| bool shammodels::sph::SelfGravConfig::is_none |
( |
| ) |
const |
|
inline |
◆ is_sfmm()
| bool shammodels::sph::SelfGravConfig::is_sfmm |
( |
| ) |
const |
|
inline |
◆ is_sg_off()
| bool shammodels::sph::SelfGravConfig::is_sg_off |
( |
| ) |
const |
|
inline |
◆ is_sg_on()
| bool shammodels::sph::SelfGravConfig::is_sg_on |
( |
| ) |
const |
|
inline |
◆ is_softening_plummer()
| bool shammodels::sph::SelfGravConfig::is_softening_plummer |
( |
| ) |
const |
|
inline |
◆ set_direct()
| void shammodels::sph::SelfGravConfig::set_direct |
( |
bool |
reference_mode = false | ) |
|
|
inline |
◆ set_fmm()
| void shammodels::sph::SelfGravConfig::set_fmm |
( |
u32 |
order, |
|
|
f64 |
opening_angle, |
|
|
u32 |
reduction_level |
|
) |
| |
|
inline |
◆ set_mm()
| void shammodels::sph::SelfGravConfig::set_mm |
( |
u32 |
mm_order, |
|
|
f64 |
opening_angle, |
|
|
u32 |
reduction_level |
|
) |
| |
|
inline |
◆ set_none()
| void shammodels::sph::SelfGravConfig::set_none |
( |
| ) |
|
|
inline |
◆ set_sfmm()
| void shammodels::sph::SelfGravConfig::set_sfmm |
( |
u32 |
order, |
|
|
f64 |
opening_angle, |
|
|
bool |
leaf_lowering, |
|
|
u32 |
reduction_level |
|
) |
| |
|
inline |
◆ set_softening_none()
| void shammodels::sph::SelfGravConfig::set_softening_none |
( |
| ) |
|
|
inline |
◆ set_softening_plummer()
| void shammodels::sph::SelfGravConfig::set_softening_plummer |
( |
f64 |
epsilon | ) |
|
|
inline |
◆ config
| mode shammodels::sph::SelfGravConfig::config = None{} |
◆ softening_mode
| mode_soft shammodels::sph::SelfGravConfig::softening_mode = SofteningPlummer{1e-9} |
The documentation for this struct was generated from the following file: