![]() |
Shamrock 2025.10.0
Astrophysical Code
|
The configuration for the CFL condition in GSPH. More...
#include <shammodels/gsph/include/shammodels/gsph/SolverConfig.hpp>
Public Attributes | |
| Tscal | cfl_cour = 0.3 |
| CFL condition for the courant factor. | |
| Tscal | cfl_force = 0.25 |
| CFL condition for the force. | |
The configuration for the CFL condition in GSPH.
| Tscal | the type of the scalar used to represent the quantities |
Definition at line 80 of file SolverConfig.hpp.
| Tscal shammodels::gsph::CFLConfig< Tscal >::cfl_cour = 0.3 |
CFL condition for the courant factor.
Definition at line 81 of file SolverConfig.hpp.
| Tscal shammodels::gsph::CFLConfig< Tscal >::cfl_force = 0.25 |
CFL condition for the force.
Definition at line 82 of file SolverConfig.hpp.