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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterModifyComponentsPlugin ()
 

Variables

StringXNumber ModifyComponentsOptions_Number []
 
StringXString ModifyComponentsOptions_String []
 

Function Documentation

◆ GMSH_RegisterModifyComponentsPlugin()

GMSH_Plugin* GMSH_RegisterModifyComponentsPlugin ( )

Definition at line 32 of file ModifyComponents.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ ModifyComponentsOptions_Number

StringXNumber ModifyComponentsOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "TimeStep", nullptr, -1.},
{GMSH_FULLRC, "View", nullptr, -1.},
{GMSH_FULLRC, "OtherTimeStep", nullptr, -1.},
{GMSH_FULLRC, "OtherView", nullptr, -1.},
{GMSH_FULLRC, "ForceInterpolation", nullptr, 0.}}

Definition at line 13 of file ModifyComponents.cpp.

Referenced by GMSH_ModifyComponentsPlugin::execute(), GMSH_ModifyComponentsPlugin::getNbOptions(), and GMSH_ModifyComponentsPlugin::getOption().

◆ ModifyComponentsOptions_String

StringXString ModifyComponentsOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "Expression0", nullptr, "v0 * Sin(x)"},
{GMSH_FULLRC, "Expression1", nullptr, ""},
{GMSH_FULLRC, "Expression2", nullptr, ""},
{GMSH_FULLRC, "Expression3", nullptr, ""},
{GMSH_FULLRC, "Expression4", nullptr, ""},
{GMSH_FULLRC, "Expression5", nullptr, ""},
{GMSH_FULLRC, "Expression6", nullptr, ""},
{GMSH_FULLRC, "Expression7", nullptr, ""},
{GMSH_FULLRC, "Expression8", nullptr, ""}}

Definition at line 20 of file ModifyComponents.cpp.

Referenced by GMSH_ModifyComponentsPlugin::execute(), GMSH_ModifyComponentsPlugin::getNbOptionsStr(), and GMSH_ModifyComponentsPlugin::getOptionStr().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20