gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>
Go to the source code of this file.
Functions | |
void | RelocateVertices (GRegion *region, int niter, double tol=1.e-2) |
void | RelocateVertices (std::vector< GRegion * > ®ions, int niter, double tol=1.e-2) |
void | RelocateVertices (GFace *, int niter, double tol=1.e-6) |
void | RelocateVerticesOfPyramids (GRegion *region, int niter, double tol=1.e-2) |
void | RelocateVerticesOfPyramids (std::vector< GRegion * > ®ions, int niter, double tol=1.e-2) |
void RelocateVertices | ( | GFace * | , |
int | niter, | ||
double | tol = 1.e-6 |
||
) |
Definition at line 410 of file meshRelocateVertex.cpp.
Referenced by Mesh3D(), OptimizeMesh(), recombineIntoQuads(), and RelocateVertices().
void RelocateVertices | ( | GRegion * | region, |
int | niter, | ||
double | tol = 1.e-2 |
||
) |
void RelocateVertices | ( | std::vector< GRegion * > & | regions, |
int | niter, | ||
double | tol = 1.e-2 |
||
) |
void RelocateVerticesOfPyramids | ( | GRegion * | region, |
int | niter, | ||
double | tol = 1.e-2 |
||
) |
Definition at line 451 of file meshRelocateVertex.cpp.
Referenced by MeshDelaunayVolume(), and RelocateVerticesOfPyramids().
void RelocateVerticesOfPyramids | ( | std::vector< GRegion * > & | regions, |
int | niter, | ||
double | tol = 1.e-2 |
||
) |