|
Wildmeshing Toolkit
|
#include "wildmeshing.hpp"#include "WildmeshingOptions.hpp"#include <wmtk/Mesh.hpp>#include <wmtk/Scheduler.hpp>#include <wmtk/TetMesh.hpp>#include <wmtk/TriMesh.hpp>#include <wmtk/utils/cast_attribute.hpp>#include <wmtk/components/utils/get_attributes.hpp>#include <wmtk/multimesh/consolidate.hpp>#include <wmtk/utils/Logger.hpp>#include <wmtk/operations/attribute_new/SplitNewAttributeStrategy.hpp>#include <wmtk/operations/attribute_update/AttributeTransferStrategy.hpp>#include <wmtk/operations/attribute_update/make_cast_attribute_transfer_strategy.hpp>#include <wmtk/operations/AMIPSOptimizationSmoothing.hpp>#include <wmtk/operations/AndOperationSequence.hpp>#include <wmtk/operations/EdgeCollapse.hpp>#include <wmtk/operations/EdgeSplit.hpp>#include <wmtk/operations/MinOperationSequence.hpp>#include <wmtk/operations/OptimizationSmoothing.hpp>#include <wmtk/operations/OrOperationSequence.hpp>#include <wmtk/operations/Rounding.hpp>#include <wmtk/operations/TetWildTangentialLaplacianSmoothing.hpp>#include <wmtk/operations/composite/ProjectOperation.hpp>#include <wmtk/operations/composite/TetEdgeSwap.hpp>#include <wmtk/operations/composite/TetFaceSwap.hpp>#include <wmtk/operations/composite/TriEdgeSwap.hpp>#include <wmtk/function/LocalNeighborsSumFunction.hpp>#include <wmtk/function/PerSimplexFunction.hpp>#include <wmtk/function/simplex/AMIPS.hpp>#include <wmtk/function/utils/amips.hpp>#include <wmtk/invariants/CollapseEnergyBeforeInvariant.hpp>#include <wmtk/invariants/CollapseSoftEnergyBeforeInvariant.hpp>#include <wmtk/invariants/EdgeValenceInvariant.hpp>#include <wmtk/invariants/EnergyFilterInvariant.hpp>#include <wmtk/invariants/EnvelopeInvariant.hpp>#include <wmtk/invariants/FunctionInvariant.hpp>#include <wmtk/invariants/InteriorEdgeInvariant.hpp>#include <wmtk/invariants/InteriorSimplexInvariant.hpp>#include <wmtk/invariants/InteriorVertexInvariant.hpp>#include <wmtk/invariants/MaxFunctionInvariant.hpp>#include <wmtk/invariants/MultiMeshLinkConditionInvariant.hpp>#include <wmtk/invariants/NoBoundaryCollapseToInteriorInvariant.hpp>#include <wmtk/invariants/NoChildMeshAttachingInvariant.hpp>#include <wmtk/invariants/RoundedInvariant.hpp>#include <wmtk/invariants/SeparateSubstructuresInvariant.hpp>#include <wmtk/invariants/SimplexInversionInvariant.hpp>#include <wmtk/invariants/Swap23EnergyBeforeInvariant.hpp>#include <wmtk/invariants/Swap32EnergyBeforeInvariant.hpp>#include <wmtk/invariants/Swap44EnergyBeforeInvariant.hpp>#include <wmtk/invariants/Swap56EnergyBeforeInvariant.hpp>#include <wmtk/invariants/TodoInvariant.hpp>#include <wmtk/multimesh/utils/extract_child_mesh_from_tag.hpp>#include <wmtk/utils/Rational.hpp>#include <wmtk/utils/orient.hpp>#include <wmtk/io/MeshReader.hpp>#include <wmtk/io/ParaviewWriter.hpp>#include <queue>#include <wmtk/simplex/k_ring.hpp>#include <wmtk/simplex/link.hpp>#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::components |
Functions | |
| void | wmtk::components::adjust_sizing_field (Mesh &m, const TypedAttributeHandle< Rational > &coordinate_handle, const TypedAttributeHandle< double > &edge_length_handle, const TypedAttributeHandle< double > &sizing_field_scalar_handle, const TypedAttributeHandle< double > &energy_handle, const TypedAttributeHandle< double > &target_edge_length_handle, const TypedAttributeHandle< char > &visited_handle, const double stop_energy, const double current_max_energy, const double initial_target_edge_length, const double min_target_edge_length) |
| void | wmtk::components::set_operation_energy_filter (Mesh &m, const TypedAttributeHandle< Rational > &coordinate_handle, const TypedAttributeHandle< double > &energy_handle, const TypedAttributeHandle< char > &energy_filter_handle, const TypedAttributeHandle< char > &visited_handle, const double stop_energy, const double current_max_energy, const double initial_target_edge_length) |
| void | wmtk::components::set_operation_energy_filter_after_sizing_field (Mesh &m, const TypedAttributeHandle< Rational > &coordinate_handle, const TypedAttributeHandle< double > &energy_handle, const TypedAttributeHandle< char > &energy_filter_handle, const TypedAttributeHandle< char > &visited_handle, const double stop_energy, const double current_max_energy, const double initial_target_edge_length) |
| void | wmtk::components::wildmeshing (const utils::Paths &paths, const nlohmann::json &j, io::Cache &cache) |