|
PolyFEM
|
#include <OutputData.hpp>
Public Types | |
| enum class | Association { Point , Cell } |
Public Attributes | |
| std::string | name |
| Eigen::MatrixXd | values |
| Association | association = Association::Point |
Definition at line 60 of file OutputData.hpp.
|
strong |
| Enumerator | |
|---|---|
| Point | |
| Cell | |
Definition at line 62 of file OutputData.hpp.
| Association polyfem::io::OutputField::association = Association::Point |
Definition at line 70 of file OutputData.hpp.
| std::string polyfem::io::OutputField::name |
Definition at line 68 of file OutputData.hpp.
| Eigen::MatrixXd polyfem::io::OutputField::values |
Definition at line 69 of file OutputData.hpp.