gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GModel.h"
#include "GmshConfig.h"
#include "SimplePartition.h"
#include "partitionFace.h"
#include "partitionEdge.h"
#include "MElement.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MFace.h"
#include "MEdge.h"
#include "mathEvaluator.h"
#include "Context.h"
Go to the source code of this file.
Functions | |
GMSH_Plugin * | GMSH_RegisterSimplePartitionPlugin () |
Variables | |
StringXNumber | SimplePartitionOptions_Number [] |
StringXString | SimplePartitionOptions_String [] |
GMSH_Plugin* GMSH_RegisterSimplePartitionPlugin | ( | ) |
Definition at line 37 of file SimplePartition.cpp.
Referenced by PluginManager::registerDefaultPlugins().
StringXNumber SimplePartitionOptions_Number[] |
Definition at line 24 of file SimplePartition.cpp.
Referenced by GMSH_SimplePartitionPlugin::getNbOptions(), GMSH_SimplePartitionPlugin::getOption(), and GMSH_SimplePartitionPlugin::run().
StringXString SimplePartitionOptions_String[] |
Definition at line 30 of file SimplePartition.cpp.
Referenced by GMSH_SimplePartitionPlugin::getNbOptionsStr(), GMSH_SimplePartitionPlugin::getOptionStr(), and GMSH_SimplePartitionPlugin::run().