Gromacs
2020.4
|
#include "testutils/testasserts.h"
Declares types and functions for comparing trajectories produced by mdrun.
Classes | |
struct | gmx::test::TrajectoryTolerances |
Helper struct for testing different trajectory components with different tolerances. More... | |
struct | gmx::test::TrajectoryFrameMatchSettings |
Helper struct to specify the expected behaviour of compareFrames(). More... | |
class | gmx::test::TrajectoryComparison |
Function object to compare the fields of the two frames for equality given the matchSettings_ and tolerances_ . More... | |
Enumerations | |
enum | gmx::test::ComparisonConditions : int { CompareIfBothFound, NoComparison, MustCompare, CompareIfReferenceFound, CompareIfTestFound, Count } |
Enumeration controlling how data within trajectory frames are compared. | |