Reimplement constant acceleration groups
[alexxy/gromacs.git] / src / gromacs / mdrun / shellfc.cpp
2021-10-29 Berk HessReimplement constant acceleration groups
2021-10-18 Andrey AlekseenkoMerge release-2021 into master
2021-09-25 Berk HessReplace DOMAINDECOMP macro by a renamed function
2021-09-24 Berk HessAlso use DD partitioning in serial
2021-09-23 ejjordanMake CpuPpLongRangeNonbondeds class
2021-09-14 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-08-19 Andrey AlekseenkoMerge remote-tracking branch 'origin/release-2021'...
2021-06-29 Paul BauerMerge branch release-2021 into master
2021-05-07 Paul BauerMerge branch release-2021 into merge-2021-into-master
2021-04-20 Joe JordanUse enum class for gmx_omp_nthreads
2021-04-14 Paul BauerModernize wallcycle counting
2021-03-23 ejjordanMore const ref in shellfc
2021-03-19 Paul BauerBulk change to const ref for mtop
2021-03-09 Joe JordanUse constexpr for physical constants and move them...
2021-03-05 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2021-03-02 Paul BauerModernize atom enums
2021-02-28 Joe JordanUse more const ref in domdec API
2021-02-22 Paul BauerRefactor md_enums
2021-02-18 Pascal MerzImplement velocity terms for virtual sites
2021-02-16 Joe JordanUse const ref to inputrec in do_force
2021-02-15 Pascal MerzMake the restraint history const during force calculation
2021-02-12 Mark AbrahamMerge branch release-2021 into master
2021-01-29 Mark AbrahamMerge branch release-2021
2021-01-27 Pascal MerzRemove constant acceleration groups
2021-01-07 Paul BauerMerge branch release-2020 into merge-2020-into-2021
2020-12-18 Mark AbrahamMerge branch release-2021
2020-12-16 M. Eric IrrgangApply re-formatting to C++ in src/ tree.
2020-11-24 Paul BauerMerge branch 'origin/release-2020' into merge-2020...
2020-10-20 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-10-14 Andrey AlekseenkoRevert "CUDA nightly fail: Dirty hack"
2020-10-07 Paul BauerMerge branch 'origin/release-2020' into merge-release...
2020-09-30 Berk HessMove computeSlowForces into stepWork
2020-08-31 Paul BauerMerge branch 'release-2020' into master
2020-08-27 Berk HessAdd ForceBuffers class
2020-07-06 Berk HessMove foreign potential energy accumulation
2020-06-24 Berk HessAdd class ListedForces
2020-06-08 Artem ZhmurovMove constraints related logic to constraints file
2020-05-12 Berk HessRefactor virtual site interface
2020-05-06 Paul BauerMerge branch 'origin/release-2020' into master
2020-04-06 Berk HessMove force buffer resizing to mdsetup
2020-03-18 Berk HessRemove use of graph in do_force()
2020-03-05 Berk HessAdd InteractionDefinitions
2020-03-04 Paul BauerMerge branch release-2020 into master
2020-02-28 Paul BauerMerge branch release-2019 into release-2020
2020-02-23 ejjordanUse more forward declarations to removed header depende...
2020-02-01 Artem ZhmurovMerge "Merge branch origin/release-2020 into master"
2020-01-28 Paul BauerMerge branch origin/release-2020 into master
2020-01-22 Berk HessMinor cleanup in constraint and shellfc code
2020-01-20 Berk HessUse ArrayRef(WithPadding) in constraint code
2020-01-20 Berk HessUse std::vector in shellfc
2020-01-17 Berk HessAdd check for shells and GPU update
2020-01-09 Artem ZhmurovMake PBC type enumeration into PbcType enum class
2020-01-09 Mark AbrahamSplit lines with many copyright years
2020-01-08 Roland SchulzMerge release-2019 into release-2020
2019-12-27 Paul BauerMerge origin/release-2019 into release-2020
2019-11-29 Mark AbrahamMerge branch release-2019 into release-2020
2019-11-20 Paul BauerMerge 'origin/release-2019' into release-2020
2019-11-07 Paul BauerApply clang-format to source tree
2019-10-29 Paul BauerMerge branch 'release-2019' into master
2019-10-01 Berk HessCompletely remove charge groups
2019-09-25 Szilárd PállMerge remote-tracking branch 'origin/release-2019'
2019-09-24 Paul BauerMerge branch release-2019 into master
2019-09-18 Szilárd PállSet up workload data structures
2019-09-12 Artem ZhmurovChange PaddedVector to PaddedHostVector for force CPU...
2019-09-10 Pascal MerzAdd trivial const qualifiers to shellfc and EnergyOutput
2019-09-07 Pascal MerzForceElement and ShellFCElement for the modular simulator
2019-09-04 Szilárd PállCentralize more MD/force shedule flags
2019-08-22 Mark AbrahamMerge branch release-2019
2019-08-20 Mark AbrahamFix issues for clang-analyzer-8
2019-08-01 Paul BauerMerge release-2019 into master
2019-07-11 Pascal MerzMake relax_shell_flexcon independent of t_state
2019-07-09 Pascal MerzAdded trivial const qualifier to relax_shell_flexcon()
2019-04-18 Berk HessRemove charge groups from domdec and localtop
2019-04-18 Mark AbrahamMove pull work struct out of inputrec
2019-04-17 Prashanth KanduriMove shellfc code to the mdrun module