|
PolyFEM
|
#include <SolverCSVWriter.hpp>
Public Member Functions | |
| RuntimeStatsCSVWriter (const std::string &path, const int n_bases, const int n_elements, const double t0, const double dt) | |
| ~RuntimeStatsCSVWriter () | |
| void | write (const int t, const double forward, const double remeshing, const double global_relaxation) |
Private Attributes | |
| std::ofstream | file |
| const int | n_bases |
| const int | n_elements |
| const double | t0 |
| const double | dt |
Definition at line 30 of file SolverCSVWriter.hpp.
| polyfem::io::RuntimeStatsCSVWriter::RuntimeStatsCSVWriter | ( | const std::string & | path, |
| const int | n_bases, | ||
| const int | n_elements, | ||
| const double | t0, | ||
| const double | dt | ||
| ) |
Definition at line 42 of file SolverCSVWriter.cpp.
References file.
| polyfem::io::RuntimeStatsCSVWriter::~RuntimeStatsCSVWriter | ( | ) |
Definition at line 53 of file SolverCSVWriter.cpp.
References file.
| void polyfem::io::RuntimeStatsCSVWriter::write | ( | const int | t, |
| const double | forward, | ||
| const double | remeshing, | ||
| const double | global_relaxation | ||
| ) |
Definition at line 58 of file SolverCSVWriter.cpp.
References dt, file, getPeakRSS(), n_bases, n_elements, and t0.
|
private |
Definition at line 43 of file SolverCSVWriter.hpp.
Referenced by write().
|
private |
Definition at line 39 of file SolverCSVWriter.hpp.
Referenced by RuntimeStatsCSVWriter(), write(), and ~RuntimeStatsCSVWriter().
|
private |
Definition at line 40 of file SolverCSVWriter.hpp.
Referenced by write().
|
private |
Definition at line 41 of file SolverCSVWriter.hpp.
Referenced by write().
|
private |
Definition at line 42 of file SolverCSVWriter.hpp.
Referenced by write().