|
Gromacs
2025.3
|
#include "gmxpre.h"#include "boxdeformation.h"#include <array>#include <memory>#include "gromacs/gmxlib/network.h"#include "gromacs/math/boxmatrix.h"#include "gromacs/math/invertmatrix.h"#include "gromacs/math/vec.h"#include "gromacs/mdtypes/commrec.h"#include "gromacs/mdtypes/inputrec.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/real.h"
Include dependency graph for boxdeformation.cpp:Defines the box deformation code.
Functions | |
| std::unique_ptr< BoxDeformation > | gmx::buildBoxDeformation (const Matrix3x3 &initialBox, DDRole ddRole, NumRanks numRanks, MPI_Comm communicator, const t_inputrec &inputrec) |
| Factory function for box deformation module. More... | |
| void | gmx::setBoxDeformationFlowMatrix (const matrix boxDeformationVelocity, const matrix box, matrix flowMatrix) |
| Set a matrix for computing the flow velocity at coordinates. More... | |
1.8.5