Wildmeshing Toolkit
extract_operation_tuples.hpp File Reference
Include dependency graph for extract_operation_tuples.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::multimesh
 
 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)