PolyFEM
|
#include <polyfem/mesh/remesh/Remesher.hpp>
#include <polyfem/solver/SolveData.hpp>
#include <wmtk/TriMesh.h>
#include <wmtk/TetMesh.h>
#include <wmtk/ExecutionScheduler.hpp>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | polyfem |
namespace | polyfem::mesh |
Typedefs | |
using | polyfem::mesh::WildTriRemesher = WildRemesher< wmtk::TriMesh > |
using | polyfem::mesh::WildTetRemesher = WildRemesher< wmtk::TetMesh > |
Enumerations | |
enum class | polyfem::mesh::CollapseEdgeTo { polyfem::mesh::V0 , polyfem::mesh::V1 , polyfem::mesh::MIDPOINT , polyfem::mesh::ILLEGAL } |