gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
sizeField.cpp File Reference
#include "GmshConfig.h"
#include "sizeField.h"
#include "GModel.h"
#include "GFace.h"
#include "MVertex.h"
#include "MTriangle.h"
#include "BackgroundMeshTools.h"
Include dependency graph for sizeField.cpp:

Go to the source code of this file.

Functions

static void printSizeField (const char *fn, std::vector< MTriangle * > &triangles, std::unordered_map< MVertex *, double > &sizeField)
 
int createSizeFieldFromExistingMesh (GModel *gm, bool computeCrosses)
 

Function Documentation

◆ createSizeFieldFromExistingMesh()

int createSizeFieldFromExistingMesh ( GModel gm,
bool  computeCrosses 
)

Definition at line 40 of file sizeField.cpp.

Here is the call graph for this function:

◆ printSizeField()

static void printSizeField ( const char *  fn,
std::vector< MTriangle * > &  triangles,
std::unordered_map< MVertex *, double > &  sizeField 
)
static

Definition at line 21 of file sizeField.cpp.

Referenced by createSizeFieldFromExistingMesh().

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