gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GmshConfig.h"
#include "GmshDefines.h"
#include "MathEval.h"
#include "mathEvaluator.h"
#include "OctreePost.h"
#include "GEntity.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
GMSH_Plugin * | GMSH_RegisterMathEvalPlugin () |
Variables | |
StringXNumber | MathEvalOptions_Number [] |
StringXString | MathEvalOptions_String [] |
GMSH_Plugin* GMSH_RegisterMathEvalPlugin | ( | ) |
Definition at line 34 of file MathEval.cpp.
Referenced by PluginManager::registerDefaultPlugins().
StringXNumber MathEvalOptions_Number[] |
Definition at line 14 of file MathEval.cpp.
Referenced by GMSH_MathEvalPlugin::execute(), GMSH_MathEvalPlugin::getNbOptions(), and GMSH_MathEvalPlugin::getOption().
StringXString MathEvalOptions_String[] |
Definition at line 22 of file MathEval.cpp.
Referenced by GMSH_MathEvalPlugin::execute(), GMSH_MathEvalPlugin::getNbOptionsStr(), and GMSH_MathEvalPlugin::getOptionStr().