PolyFEM
|
#include <WildRemesher.hpp>
Public Types | |
enum class | EnergyRank { BOTTOM , MIDDLE , TOP } |
Public Attributes | |
int | op_depth = 0 |
int | op_attempts = 0 |
EnergyRank | energy_rank = EnergyRank::MIDDLE |
Definition at line 374 of file WildRemesher.hpp.
|
strong |
Enumerator | |
---|---|
BOTTOM | |
MIDDLE | |
TOP |
Definition at line 379 of file WildRemesher.hpp.
EnergyRank polyfem::mesh::WildRemesher< WMTKMesh >::EdgeAttributes::energy_rank = EnergyRank::MIDDLE |
Definition at line 381 of file WildRemesher.hpp.
int polyfem::mesh::WildRemesher< WMTKMesh >::EdgeAttributes::op_attempts = 0 |
Definition at line 377 of file WildRemesher.hpp.
Referenced by polyfem::mesh::PhysicsTriRemesher::swap_edge_before().
int polyfem::mesh::WildRemesher< WMTKMesh >::EdgeAttributes::op_depth = 0 |
Definition at line 376 of file WildRemesher.hpp.