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

Go to the source code of this file.

Functions

void SetOrder1 (GModel *m, bool onlyVisible=false, bool skipDiscrete=false)
 
void SetOrderN (GModel *m, int order, bool linear=true, bool incomplete=false, bool onlyVisible=false)
 
void checkHighOrderTriangles (const char *cc, GModel *m, std::vector< MElement * > &bad, double &minJGlob)
 
void checkHighOrderTetrahedron (const char *cc, GModel *m, std::vector< MElement * > &bad, double &minJGlob)
 

Function Documentation

◆ checkHighOrderTetrahedron()

void checkHighOrderTetrahedron ( const char *  cc,
GModel m,
std::vector< MElement * > &  bad,
double &  minJGlob 
)

Definition at line 1310 of file HighOrder.cpp.

Referenced by SetOrderN().

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

◆ checkHighOrderTriangles()

void checkHighOrderTriangles ( const char *  cc,
GModel m,
std::vector< MElement * > &  bad,
double &  minJGlob 
)

Definition at line 1261 of file HighOrder.cpp.

Referenced by SetOrderN().

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

◆ SetOrder1()

void SetOrder1 ( GModel m,
bool  onlyVisible = false,
bool  skipDiscrete = false 
)

Definition at line 1233 of file HighOrder.cpp.

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

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

◆ SetOrderN()

void SetOrderN ( GModel m,
int  order,
bool  linear = true,
bool  incomplete = false,
bool  onlyVisible = false 
)

Definition at line 1396 of file HighOrder.cpp.

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

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