PolyFEM
Loading...
Searching...
No Matches
polyfem::io::OutputSample Struct Reference

#include <OutputData.hpp>

Public Types

enum class  Domain {
  Unknown , Volume , Surface , Contact ,
  Wire , Points , Grid
}
 

Public Attributes

Eigen::MatrixXd points
 
Eigen::MatrixXd local_points
 
Eigen::VectorXi element_ids
 
Eigen::VectorXi primitive_ids
 
Eigen::VectorXi node_ids
 
Eigen::MatrixXd normals
 
std::vector< std::string > requested_fields
 
Domain domain = Domain::Unknown
 
int cell_count = 0
 
double time = 0
 
double dt = 0
 

Detailed Description

Definition at line 34 of file OutputData.hpp.

Member Enumeration Documentation

◆ Domain

Enumerator
Unknown 
Volume 
Surface 
Contact 
Wire 
Points 
Grid 

Definition at line 36 of file OutputData.hpp.

Member Data Documentation

◆ cell_count

◆ domain

◆ dt

◆ element_ids

◆ local_points

◆ node_ids

◆ normals

Eigen::MatrixXd polyfem::io::OutputSample::normals

◆ points

◆ primitive_ids

Eigen::VectorXi polyfem::io::OutputSample::primitive_ids

◆ requested_fields

std::vector<std::string> polyfem::io::OutputSample::requested_fields

Definition at line 53 of file OutputData.hpp.

Referenced by polyfem::io::OutGeometryData::save_volume().

◆ time


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