|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "boundaryLayersData.h"#include "GmshConfig.h"#include "GModel.h"#include "MLine.h"#include "MTriangle.h"#include "MEdge.h"#include "OS.h"#include "Context.h"
Go to the source code of this file.
Functions | |
| BoundaryLayerField * | getBLField (GModel *gm) |
| bool | buildAdditionalPoints2D (GFace *gf) |
| bool | buildAdditionalPoints3D (GRegion *gr) |
| bool buildAdditionalPoints2D | ( | GFace * | gf | ) |
Definition at line 19 of file boundaryLayersData.cpp.
Referenced by modifyInitialMeshForBoundaryLayers().

| bool buildAdditionalPoints3D | ( | GRegion * | gr | ) |
Definition at line 21 of file boundaryLayersData.cpp.
| BoundaryLayerField* getBLField | ( | GModel * | gm | ) |
Definition at line 17 of file boundaryLayersData.cpp.