gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
HarmonicToTime.cpp File Reference
#include "HarmonicToTime.h"
#include "GmshDefines.h"
Include dependency graph for HarmonicToTime.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterHarmonicToTimePlugin ()
 

Variables

StringXNumber HarmonicToTimeOptions_Number []
 

Function Documentation

◆ GMSH_RegisterHarmonicToTimePlugin()

GMSH_Plugin* GMSH_RegisterHarmonicToTimePlugin ( )

Definition at line 19 of file HarmonicToTime.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ HarmonicToTimeOptions_Number

StringXNumber HarmonicToTimeOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "RealPart", nullptr, 0.},
{GMSH_FULLRC, "ImaginaryPart", nullptr, 1.},
{GMSH_FULLRC, "NumSteps", nullptr, 20.},
{GMSH_FULLRC, "TimeSign", nullptr, -1.},
{GMSH_FULLRC, "Frequency", nullptr, 1},
{GMSH_FULLRC, "NumPeriods", nullptr, 1},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 9 of file HarmonicToTime.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20