22#ifndef CORE_INTEGRATORS_STEEPEST_DESCENT_HPP
23#define CORE_INTEGRATORS_STEEPEST_DESCENT_HPP
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
bool steepest_descent_step(const ParticleRange &particles)
Steepest descent integrator.
void register_integrator(SteepestDescentParameters const &obj)
Parameters for the steepest descent algorithm.
double gamma
Dampening constant.
double max_displacement
Maximal particle displacement.
double f_max
Maximal particle force.