|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "SVector3.h"#include "STensor3.h"#include "MElement.h"#include "MEdge.h"#include "MFace.h"#include <map>#include <set>

Go to the source code of this file.
Classes | |
| struct | BoundaryLayerData |
| struct | BoundaryLayerFan |
| struct | edgeColumn |
| class | BoundaryLayerColumns |
Functions | |
| BoundaryLayerField * | getBLField (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 |
| 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.
| const int USEFANS__ = 1 |
Definition at line 22 of file boundaryLayersData.h.