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 509 of file OutData.hpp.
polyfem::io::EnergyCSVWriter::EnergyCSVWriter | ( | const std::string & | path, |
const solver::SolveData & | solve_data | ||
) |
Definition at line 2916 of file OutData.cpp.
References file, polyfem::solver::SolveData::named_forms(), and solve_data.
polyfem::io::EnergyCSVWriter::~EnergyCSVWriter | ( | ) |
Definition at line 2927 of file OutData.cpp.
References file.
void polyfem::io::EnergyCSVWriter::write | ( | const int | i, |
const Eigen::MatrixXd & | sol | ||
) |
Definition at line 2932 of file OutData.cpp.
References file, polyfem::solver::SolveData::named_forms(), polyfem::solver::SolveData::nl_problem, solve_data, and polyfem::solver::SolveData::time_integrator.
Referenced by polyfem::State::solve_transient_tensor_nonlinear().
|
protected |
Definition at line 518 of file OutData.hpp.
Referenced by EnergyCSVWriter(), write(), and ~EnergyCSVWriter().
|
protected |
Definition at line 519 of file OutData.hpp.
Referenced by EnergyCSVWriter(), and write().