|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "parrinellorahmanbarostat.h"#include "gromacs/domdec/domdec_network.h"#include "gromacs/math/boxmatrix.h"#include "gromacs/math/units.h"#include "gromacs/mdlib/coupling.h"#include "gromacs/mdlib/mdatoms.h"#include "gromacs/mdlib/stat.h"#include "gromacs/mdtypes/checkpointdata.h"#include "gromacs/mdtypes/commrec.h"#include "gromacs/mdtypes/inputrec.h"#include "gromacs/mdtypes/mdatom.h"#include "gromacs/pbcutil/boxutilities.h"#include "gromacs/utility/vec.h"#include "energydata.h"#include "modularsimulator.h"#include "simulatoralgorithm.h"#include "statepropagatordata.h"
Include dependency graph for parrinellorahmanbarostat.cpp:Defines the Parrinello-Rahman barostat for the modular simulator.
Enumerations | |
| enum | gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion { gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion::Base, gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::CheckpointVersion::Count } |
| Enum describing the contents ParrinelloRahmanBarostat writes to modular checkpoint. More... | |
Functions | |
| gmx::statePropagatorData_ (statePropagatorData) | |
| gmx::energyData_ (energyData) | |
| gmx::nextEnergyCalculationStep_ (-1) | |
| gmx::mdlog_ (mdlog) | |
| gmx::inputrec_ (inputrec) | |
| gmx::mdAtoms_ (mdAtoms) | |
Variables | |
| gmx::boxVelocity_ { { 0 } } | |
| constexpr auto | gmx::anonymous_namespace{parrinellorahmanbarostat.cpp}::c_currentVersion = CheckpointVersion(int(CheckpointVersion::Count) - 1) |
1.8.5