Wildmeshing Toolkit
Loading...
Searching...
No Matches
MultiMeshTopologyInvariant.hpp
Go to the documentation of this file.
1
#include <
wmtk/EdgeMesh.hpp
>
2
#include "
Invariant.hpp
"
3
4
namespace
wmtk
{
5
class
MultiMeshEdgeTopologyInvariant
:
public
Invariant
6
{
7
public
:
8
MultiMeshEdgeTopologyInvariant
(
const
Mesh
& parent,
const
EdgeMesh
& child);
9
18
bool
before
(
const
simplex::Simplex
& t)
const override
;
19
20
private
:
21
const
Mesh
&
m_child_mesh
;
22
};
23
}
// namespace wmtk
EdgeMesh.hpp
Invariant.hpp
wmtk::EdgeMesh
Definition
EdgeMesh.hpp:16
wmtk::Mesh
Definition
Mesh.hpp:95
wmtk::MultiMeshEdgeTopologyInvariant
Definition
MultiMeshTopologyInvariant.hpp:6
wmtk::MultiMeshEdgeTopologyInvariant::before
bool before(const simplex::Simplex &t) const override
check if both the vertices are in the child mesh but the edge itself is not in the child mesh (return...
Definition
MultiMeshTopologyInvariant.cpp:20
wmtk::MultiMeshEdgeTopologyInvariant::m_child_mesh
const Mesh & m_child_mesh
Definition
MultiMeshTopologyInvariant.hpp:21
wmtk::invariants::Invariant
Definition
Invariant.hpp:12
wmtk::simplex::Simplex
Definition
Simplex.hpp:22
wmtk
Definition
Accessor.hpp:8
src
wmtk
invariants
MultiMeshTopologyInvariant.hpp
Generated by
1.9.8