ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "ParticleRange.hpp"
Go to the source code of this file.
Classes | |
struct | SteepestDescentParameters |
Parameters for the steepest descent algorithm. More... | |
Functions | |
void | register_integrator (SteepestDescentParameters const &obj) |
bool | steepest_descent_step (const ParticleRange &particles) |
Steepest descent integrator. | |
void register_integrator | ( | SteepestDescentParameters const & | obj | ) |
Definition at line 104 of file steepest_descent.cpp.
References params.
Referenced by ScriptInterface::Integrators::SteepestDescent::activate(), and ScriptInterface::Integrators::StokesianDynamics::activate().
bool steepest_descent_step | ( | const ParticleRange & | particles | ) |
Steepest descent integrator.
Definition at line 46 of file steepest_descent.cpp.
References System::System::cell_structure, comm_cart, SteepestDescentParameters::f_max, SteepestDescentParameters::gamma, System::get_system(), local_rotate_particle(), SteepestDescentParameters::max_displacement, params, Cells::RESORT_LOCAL, and Utils::sqr().
Referenced by integrator_step_1().