add tester tool for timestep related fixes: integrators, thermostats, force manipulations, constraints

This commit is contained in:
Axel Kohlmeyer
2020-08-08 22:54:17 -04:00
parent 0ce43efc34
commit faac18ffd2
5 changed files with 684 additions and 0 deletions

View File

@ -36,6 +36,9 @@ public:
void run_stress(const yaml_event_t &event);
void init_forces(const yaml_event_t &event);
void run_forces(const yaml_event_t &event);
void run_pos(const yaml_event_t &event);
void run_vel(const yaml_event_t &event);
void fix_style(const yaml_event_t &event);
void pair_style(const yaml_event_t &event);
void pair_coeff(const yaml_event_t &event);
void bond_style(const yaml_event_t &event);