gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
boundaryLayersData.cpp File Reference
#include "boundaryLayersData.h"
#include "GmshConfig.h"
#include "GModel.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MEdge.h"
#include "OS.h"
#include "Context.h"
Include dependency graph for boundaryLayersData.cpp:

Go to the source code of this file.

Functions

BoundaryLayerFieldgetBLField (GModel *gm)
 
bool buildAdditionalPoints2D (GFace *gf)
 
bool buildAdditionalPoints3D (GRegion *gr)
 

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.

◆ getBLField()

BoundaryLayerField* getBLField ( GModel gm)

Definition at line 17 of file boundaryLayersData.cpp.