PolyFEM
|
class used to save the solution of time dependent problems in code instead of saving it to the disc More...
#include <OutData.hpp>
Public Attributes | |
std::string | name |
Eigen::MatrixXd | points |
Eigen::MatrixXi | connectivity |
Eigen::MatrixXd | solution |
Eigen::MatrixXd | pressure |
Eigen::MatrixXd | exact |
Eigen::MatrixXd | error |
Eigen::MatrixXd | scalar_value |
Eigen::MatrixXd | scalar_value_avg |
class used to save the solution of time dependent problems in code instead of saving it to the disc
Definition at line 29 of file OutData.hpp.
Eigen::MatrixXi polyfem::io::SolutionFrame::connectivity |
Definition at line 34 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::error |
Definition at line 38 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::exact |
Definition at line 37 of file OutData.hpp.
std::string polyfem::io::SolutionFrame::name |
Definition at line 32 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::points |
Definition at line 33 of file OutData.hpp.
Referenced by p_bases.Lagrange::compute_basis(), and q_bases.Lagrange::compute_basis().
Eigen::MatrixXd polyfem::io::SolutionFrame::pressure |
Definition at line 36 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::scalar_value |
Definition at line 39 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::scalar_value_avg |
Definition at line 40 of file OutData.hpp.
Eigen::MatrixXd polyfem::io::SolutionFrame::solution |
Definition at line 35 of file OutData.hpp.