PolyFEM
Loading...
Searching...
No Matches
polyfem::io::SolutionFrame Class Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ connectivity

Eigen::MatrixXi polyfem::io::SolutionFrame::connectivity

Definition at line 34 of file OutData.hpp.

◆ error

Eigen::MatrixXd polyfem::io::SolutionFrame::error

Definition at line 38 of file OutData.hpp.

◆ exact

Eigen::MatrixXd polyfem::io::SolutionFrame::exact

Definition at line 37 of file OutData.hpp.

◆ name

std::string polyfem::io::SolutionFrame::name

Definition at line 32 of file OutData.hpp.

◆ points

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().

◆ pressure

Eigen::MatrixXd polyfem::io::SolutionFrame::pressure

Definition at line 36 of file OutData.hpp.

◆ scalar_value

Eigen::MatrixXd polyfem::io::SolutionFrame::scalar_value

Definition at line 39 of file OutData.hpp.

◆ scalar_value_avg

Eigen::MatrixXd polyfem::io::SolutionFrame::scalar_value_avg

Definition at line 40 of file OutData.hpp.

◆ solution

Eigen::MatrixXd polyfem::io::SolutionFrame::solution

Definition at line 35 of file OutData.hpp.


The documentation for this class was generated from the following file: