gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
SimplePartition.cpp File Reference
#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"
Include dependency graph for SimplePartition.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterSimplePartitionPlugin ()
 

Variables

StringXNumber SimplePartitionOptions_Number []
 
StringXString SimplePartitionOptions_String []
 

Function Documentation

◆ GMSH_RegisterSimplePartitionPlugin()

GMSH_Plugin* GMSH_RegisterSimplePartitionPlugin ( )

Definition at line 37 of file SimplePartition.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ SimplePartitionOptions_Number

StringXNumber SimplePartitionOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "NumSlicesX", nullptr, 4.},
{GMSH_FULLRC, "NumSlicesY", nullptr, 1.},
{GMSH_FULLRC, "NumSlicesZ", nullptr, 1.}
}

Definition at line 24 of file SimplePartition.cpp.

Referenced by GMSH_SimplePartitionPlugin::getNbOptions(), GMSH_SimplePartitionPlugin::getOption(), and GMSH_SimplePartitionPlugin::run().

◆ SimplePartitionOptions_String

StringXString SimplePartitionOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "MappingX", nullptr, "t"},
{GMSH_FULLRC, "MappingY", nullptr, "t"},
{GMSH_FULLRC, "MappingZ", nullptr, "t"}
}

Definition at line 30 of file SimplePartition.cpp.

Referenced by GMSH_SimplePartitionPlugin::getNbOptionsStr(), GMSH_SimplePartitionPlugin::getOptionStr(), and GMSH_SimplePartitionPlugin::run().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20