|
PolyFEM
|
#include <OutData.hpp>
Public Member Functions | |
| EnergyCSVWriter (const std::string &path, const solver::SolveData &solve_data) | |
| ~EnergyCSVWriter () | |
| void | write (const int i, const Eigen::MatrixXd &sol) |
Protected Attributes | |
| std::ofstream | file |
| const solver::SolveData & | solve_data |
Definition at line 497 of file OutData.hpp.
| polyfem::io::EnergyCSVWriter::EnergyCSVWriter | ( | const std::string & | path, |
| const solver::SolveData & | solve_data | ||
| ) |
Definition at line 3181 of file OutData.cpp.
References file, polyfem::solver::SolveData::named_forms(), and solve_data.
| polyfem::io::EnergyCSVWriter::~EnergyCSVWriter | ( | ) |
Definition at line 3192 of file OutData.cpp.
References file.
| void polyfem::io::EnergyCSVWriter::write | ( | const int | i, |
| const Eigen::MatrixXd & | sol | ||
| ) |
Definition at line 3197 of file OutData.cpp.
References file, polyfem::solver::SolveData::named_forms(), polyfem::solver::SolveData::nl_problem, solve_data, and polyfem::solver::SolveData::time_integrator.
|
protected |
Definition at line 506 of file OutData.hpp.
Referenced by EnergyCSVWriter(), write(), and ~EnergyCSVWriter().
|
protected |
Definition at line 507 of file OutData.hpp.
Referenced by EnergyCSVWriter(), and write().