73 dpm.
solve(argc, argv);
76 "set xlabel 'time [s]'\n"
77 "set ylabel 'Energy [J]'\n"
78 "p 'ChargedBondedInteractionSelfTest.ene' u 1:3 w l t 'kinetic', '' u 1:5 w l t 'potential'\n"
80 logger(
INFO,
"Run gnuplot ChargedBondedInteractionSelfTestTestEne.gnu --persist to view energy statistics");
83 "set xlabel 'time [s]'\n"
84 "set ylabel 'forces [J]'\n"
85 "p 'ChargedBondedInteractionSelfTest.fstat' u 1:7\n"
88 logger(
INFO,
"Run gnuplot ChargedBondedInteractionSelfTestTestForces.gnu --persist to view force statistics");
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
Definition: ChargedBondedInteractionSelfTest.cpp:14
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334
#define INFO(i)
Definition: mumps_solver.h:54
bool writeToFile(const std::string &filename, const std::string &filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:29