Make proper BoxDeformation class
commit5a41c4f7e0afd4a512eb4522c5b536a1567203a3
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 3 Jun 2018 22:54:58 +0000 (4 00:54 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 5 Jun 2018 09:59:16 +0000 (5 11:59 +0200)
treedc44c93b0d03a68d236fee4e64da49ab5ec71402
parent893eb8e85ad94831eed37cbb8aa10930c014b0fe
Make proper BoxDeformation class

Fixes several long-standing implementation issues. Also now
throws if the integrator is non-dynamical.

Change-Id: I8ca08252b467d1e03addadf4d92ce88243b37197
src/gromacs/domdec/domdec.cpp
src/gromacs/mdlib/boxdeformation.cpp [new file with mode: 0644]
src/gromacs/mdlib/boxdeformation.h [new file with mode: 0644]
src/gromacs/mdlib/deform.h [deleted file]
src/gromacs/mdlib/sim_util.cpp
src/gromacs/mdlib/sim_util.h
src/gromacs/mdlib/update.cpp
src/gromacs/mdlib/update.h
src/gromacs/mdrun/integrator.h
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/runner.cpp