|
Wildmeshing Toolkit
|
#include <array>#include <vector>#include <wmtk/multimesh/operations/CollapseReturnData.hpp>#include <wmtk/multimesh/operations/SplitReturnData.hpp>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::multimesh |
| namespace | wmtk::multimesh::operations |
Typedefs | |
| using | wmtk::multimesh::operations::OperationTupleData = std::map< const Mesh *, std::vector< std::array< Tuple, 2 > > > |
| using | wmtk::multimesh::operations::OperationInOutData = std::map< const Mesh *, std::vector< std::tuple< simplex::NavigatableSimplex, wmtk::Tuple > > > |
Functions | |
| std::map< const Mesh *, std::vector< std::array< Tuple, 2 > > > | wmtk::multimesh::operations::extract_operation_tuples (const wmtk::operations::utils::CollapseReturnData &return_data) |
| std::map< const Mesh *, std::vector< std::array< Tuple, 2 > > > | wmtk::multimesh::operations::extract_operation_tuples (const wmtk::operations::utils::SplitReturnData &return_data) |
| OperationInOutData | wmtk::multimesh::operations::extract_operation_in_out (const CollapseReturnData &return_data) |
| OperationInOutData | wmtk::multimesh::operations::extract_operation_in_out (const SplitReturnData &return_data) |