gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
findLinks.h
Go to the documentation of this file.
1
// Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2
//
3
// See the LICENSE.txt file in the Gmsh root directory for license information.
4
// Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5
6
#ifndef FIND_LINKS_H
7
#define FIND_LINKS_H
8
9
#include "
ListUtils.h
"
10
11
int
allEdgesLinked
(
int
ed,
List_T
*
edges
);
12
int
allFacesLinked
(
int
fac,
List_T
*
faces
);
13
14
#endif
List_T
Definition:
ListUtils.h:9
ListUtils.h
allEdgesLinked
int allEdgesLinked(int ed, List_T *edges)
Definition:
findLinks.cpp:163
edges
static int edges[6][2]
Definition:
meshGRegionLocalMeshMod.cpp:23
allFacesLinked
int allFacesLinked(int fac, List_T *faces)
Definition:
findLinks.cpp:285
faces
static int faces[4][3]
Definition:
meshGRegionDelaunayInsertion.cpp:165
src
geo
findLinks.h
Generated by
1.8.18