gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
boundaryLayersData.h File Reference
#include "SVector3.h"
#include "STensor3.h"
#include "MElement.h"
#include "MEdge.h"
#include "MFace.h"
#include <map>
#include <set>
Include dependency graph for boundaryLayersData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BoundaryLayerData
 
struct  BoundaryLayerFan
 
struct  edgeColumn
 
class  BoundaryLayerColumns
 

Functions

BoundaryLayerFieldgetBLField (GModel *gm)
 
bool buildAdditionalPoints2D (GFace *gf)
 
bool buildAdditionalPoints3D (GRegion *gr)
 
void buildMeshMetric (GFace *gf, double *uv, SMetric3 &m, double metric[3])
 

Variables

const int USEFANS__ = 1
 

Function Documentation

◆ buildAdditionalPoints2D()

bool buildAdditionalPoints2D ( GFace gf)

Definition at line 19 of file boundaryLayersData.cpp.

Referenced by modifyInitialMeshForBoundaryLayers().

Here is the caller graph for this function:

◆ buildAdditionalPoints3D()

bool buildAdditionalPoints3D ( GRegion gr)

Definition at line 21 of file boundaryLayersData.cpp.

◆ buildMeshMetric()

void buildMeshMetric ( GFace gf,
double *  uv,
SMetric3 m,
double  metric[3] 
)

◆ getBLField()

BoundaryLayerField* getBLField ( GModel gm)

Definition at line 17 of file boundaryLayersData.cpp.

Variable Documentation

◆ USEFANS__

const int USEFANS__ = 1

Definition at line 22 of file boundaryLayersData.h.