gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
10 #ifndef GEOM_MESH_MATCHER_H
11 #define GEOM_MESH_MATCHER_H
25 std::vector<Pair<GEdge *, GEdge *> > *
28 std::vector<Pair<GFace *, GFace *> > *
31 std::vector<Pair<GRegion *, GRegion *> > *
static GeomMeshMatcher * instance()
std::vector< Pair< GRegion *, GRegion * > > * matchRegions(GModel *m1, GModel *m2, std::vector< Pair< GFace *, GFace * > > *coresp_f, bool &ok)
int forceTomatch(GModel *geom, GModel *mesh, const double TOL)
static GeomMeshMatcher * _gmm_instance
std::vector< Pair< GFace *, GFace * > > * matchFaces(GModel *m1, GModel *m2, std::vector< Pair< GEdge *, GEdge * > > *coresp_e, bool &ok)
std::vector< Pair< GVertex *, GVertex * > > * matchVertices(GModel *m1, GModel *m2, bool &ok)
int match(GModel *geom, GModel *mesh)
std::vector< Pair< GEdge *, GEdge * > > * matchEdges(GModel *m1, GModel *m2, std::vector< Pair< GVertex *, GVertex * > > *coresp_v, bool &ok)