|
| | LeapfrogGeneral (PatchScheduler &sched, bool periodic_mode, flt htol_up_tol, flt htol_up_iter, flt sph_gpart_mass) |
| template<class LambdaCFL, class LambdaUpdateTime, class LambdaSwapDer, class LambdaPostSync, class LambdaForce, class LambdaCorrector> |
| flt | step (flt old_time, bool do_force, bool do_corrector, LambdaCFL &&lambda_cfl, LambdaUpdateTime &&lambda_update_time, LambdaSwapDer &&lambda_swap_der, LambdaPostSync &&lambda_post_sync, LambdaForce &&lambda_compute_forces, LambdaCorrector &&lambda_correct) |
template<class flt, class Kernel, class u_morton>
class integrators::sph::LeapfrogGeneral< flt, Kernel, u_morton >
Definition at line 54 of file leapfrog.hpp.
template<class flt, class Kernel, class u_morton>
template<class LambdaCFL, class LambdaUpdateTime, class LambdaSwapDer, class LambdaPostSync, class LambdaForce, class LambdaCorrector>
| flt integrators::sph::LeapfrogGeneral< flt, Kernel, u_morton >::step |
( |
flt | old_time, |
|
|
bool | do_force, |
|
|
bool | do_corrector, |
|
|
LambdaCFL && | lambda_cfl, |
|
|
LambdaUpdateTime && | lambda_update_time, |
|
|
LambdaSwapDer && | lambda_swap_der, |
|
|
LambdaPostSync && | lambda_post_sync, |
|
|
LambdaForce && | lambda_compute_forces, |
|
|
LambdaCorrector && | lambda_correct ) |
|
inline |