gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
meshRelocateVertex.h File Reference
#include <vector>
Include dependency graph for meshRelocateVertex.h:
This graph shows which files directly or indirectly include this file:

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 * > &regions, 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 * > &regions, int niter, double tol=1.e-2)
 

Function Documentation

◆ RelocateVertices() [1/3]

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RelocateVertices() [2/3]

void RelocateVertices ( GRegion region,
int  niter,
double  tol = 1.e-2 
)

Definition at line 432 of file meshRelocateVertex.cpp.

Here is the call graph for this function:

◆ RelocateVertices() [3/3]

void RelocateVertices ( std::vector< GRegion * > &  regions,
int  niter,
double  tol = 1.e-2 
)

Definition at line 525 of file meshRelocateVertex.cpp.

Here is the call graph for this function:

◆ RelocateVerticesOfPyramids() [1/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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RelocateVerticesOfPyramids() [2/2]

void RelocateVerticesOfPyramids ( std::vector< GRegion * > &  regions,
int  niter,
double  tol = 1.e-2 
)

Definition at line 517 of file meshRelocateVertex.cpp.

Here is the call graph for this function: