gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Generator.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GenerateMesh (GModel *m, int dimension)
 
void OptimizeMesh (GModel *m, const std::string &how="", bool force=false, int niter=1)
 
void RecombineMesh (GModel *m)
 
void AdaptMesh (GModel *m)
 
void FixPeriodicMesh (GModel *m)
 
void GetStatistics (double stat[50], double quality[4][100]=0, bool visibleOnly=false)
 

Function Documentation

◆ AdaptMesh()

void AdaptMesh ( GModel m)

Definition at line 1303 of file Generator.cpp.

Referenced by GModel::adaptMesh().

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

◆ FixPeriodicMesh()

void FixPeriodicMesh ( GModel m)

Definition at line 1455 of file Generator.cpp.

Referenced by GenerateMesh(), GModel::optimizeMesh(), RefineMesh(), and GModel::setOrderN().

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

◆ GenerateMesh()

void GenerateMesh ( GModel m,
int  dimension 
)

Definition at line 1649 of file Generator.cpp.

Referenced by GModel::adaptMesh(), and GModel::mesh().

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

◆ GetStatistics()

void GetStatistics ( double  stat[50],
double  quality[4][100] = 0,
bool  visibleOnly = false 
)

◆ OptimizeMesh()

void OptimizeMesh ( GModel m,
const std::string &  how = "",
bool  force = false,
int  niter = 1 
)

Definition at line 1101 of file Generator.cpp.

Referenced by GenerateMesh(), Mesh2D(), GModel::optimizeMesh(), and RefineMesh().

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

◆ RecombineMesh()

void RecombineMesh ( GModel m)

Definition at line 1318 of file Generator.cpp.

Referenced by GModel::recombineMesh().

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