PolyFEM
|
#include <Remesher.hpp>
Public Attributes | |
Eigen::MatrixXd | rest_positions |
Rest positions of the mesh before an operation. | |
Eigen::MatrixXi | elements |
Elements before an operation. | |
Eigen::MatrixXd | projection_quantities |
dim rows per vertex and 1 column per quantity | |
Definition at line 200 of file Remesher.hpp.
Eigen::MatrixXi polyfem::mesh::Remesher::GlobalProjectionCache::elements |
Elements before an operation.
Definition at line 205 of file Remesher.hpp.
Referenced by polyfem::mesh::Remesher::cache_before(), and polyfem::mesh::Remesher::project_quantities().
Eigen::MatrixXd polyfem::mesh::Remesher::GlobalProjectionCache::projection_quantities |
dim rows per vertex and 1 column per quantity
Definition at line 207 of file Remesher.hpp.
Referenced by polyfem::mesh::Remesher::cache_before(), and polyfem::mesh::Remesher::project_quantities().
Eigen::MatrixXd polyfem::mesh::Remesher::GlobalProjectionCache::rest_positions |
Rest positions of the mesh before an operation.
Definition at line 203 of file Remesher.hpp.
Referenced by polyfem::mesh::Remesher::cache_before(), and polyfem::mesh::Remesher::project_quantities().