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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterEigenvectorsPlugin ()
 

Variables

StringXNumber EigenvectorsOptions_Number []
 

Function Documentation

◆ GMSH_RegisterEigenvectorsPlugin()

GMSH_Plugin* GMSH_RegisterEigenvectorsPlugin ( )

Definition at line 16 of file Eigenvectors.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ EigenvectorsOptions_Number

StringXNumber EigenvectorsOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "ScaleByEigenvalues", nullptr, 1.},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 11 of file Eigenvectors.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20