gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
VoroMetal.cpp File Reference
#include <vector>
#include <fstream>
#include <algorithm>
#include "GmshConfig.h"
#include "GModel.h"
#include "GmshMessage.h"
#include "MElement.h"
#include "VoroMetal.h"
Include dependency graph for VoroMetal.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterVoroMetalPlugin ()
 

Variables

StringXNumber VoroMetalOptions_Number []
 
StringXString VoroMetalOptions_String []
 

Function Documentation

◆ GMSH_RegisterVoroMetalPlugin()

GMSH_Plugin* GMSH_RegisterVoroMetalPlugin ( )

Definition at line 27 of file VoroMetal.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ VoroMetalOptions_Number

StringXNumber VoroMetalOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "ComputeBestSeeds", nullptr, 0.},
{GMSH_FULLRC, "ComputeMicrostructure", nullptr, 1.}}

Definition at line 18 of file VoroMetal.cpp.

Referenced by GMSH_VoroMetalPlugin::getNbOptions(), and GMSH_VoroMetalPlugin::getOption().

◆ VoroMetalOptions_String

StringXString VoroMetalOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "SeedsFile", nullptr, "seeds.txt"},
}

Definition at line 22 of file VoroMetal.cpp.

Referenced by GMSH_VoroMetalPlugin::getNbOptionsStr(), and GMSH_VoroMetalPlugin::getOptionStr().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20