FEDEM Solver
R8.0
Source code of the dynamics solver
|
Test program for restarting the dynamics solver from an in-core state. More...
#include <cstdlib>
#include <cstring>
#include <vector>
#include <fstream>
#include "../solverInterface.h"
Functions | |
int | compareResponse (const char *, const char *, double, int=0) |
Utility function to compare two ASCII files with numerical data. More... | |
int | main (int argc, char **argv) |
Test program for restarting the dynamics solver from an in-core state. More... | |
Test program for restarting the dynamics solver from an in-core state.
int compareResponse | ( | const char * | fn1, |
const char * | fn2, | ||
double | eps, | ||
int | skip | ||
) |
Utility function to compare two ASCII files with numerical data.
[in] | fn1 | Path to the first file |
[in] | fn2 | Path to the second file (with reference data) |
[in] | eps | Comparison tolerance |
[in] | skip | Number of initial lines to skip coomparison for |
int main | ( | int | argc, |
char ** | argv | ||
) |
Test program for restarting the dynamics solver from an in-core state.