gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
meshGRegionHxt.cpp File Reference
#include <map>
#include <set>
#include <stdexcept>
#include "GmshConfig.h"
#include "meshGRegionHxt.h"
#include "Context.h"
#include "MVertex.h"
#include "GRegion.h"
#include "discreteRegion.h"
#include "GFace.h"
#include "MTetrahedron.h"
#include "MTriangle.h"
#include "MLine.h"
#include "MPoint.h"
#include "GmshMessage.h"
#include "BackgroundMeshTools.h"
#include "OS.h"
Include dependency graph for meshGRegionHxt.cpp:

Go to the source code of this file.

Functions

int meshGRegionHxt (std::vector< GRegion * > &regions)
 
void delaunayMeshIn3DHxt (std::vector< MVertex * > &v, std::vector< MTetrahedron * > &tets)
 

Function Documentation

◆ delaunayMeshIn3DHxt()

void delaunayMeshIn3DHxt ( std::vector< MVertex * > &  v,
std::vector< MTetrahedron * > &  tets 
)

Definition at line 680 of file meshGRegionHxt.cpp.

Here is the call graph for this function:

◆ meshGRegionHxt()

int meshGRegionHxt ( std::vector< GRegion * > &  regions)

Definition at line 674 of file meshGRegionHxt.cpp.

Referenced by MeshDelaunayVolume().

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