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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterGaussPointsPlugin ()
 

Variables

StringXNumber GaussPointsOptions_Number []
 

Function Documentation

◆ GMSH_RegisterGaussPointsPlugin()

GMSH_Plugin* GMSH_RegisterGaussPointsPlugin ( )

Definition at line 17 of file GaussPoints.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ GaussPointsOptions_Number

StringXNumber GaussPointsOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "Order", nullptr, 0},
{GMSH_FULLRC, "Dimension", nullptr, 2},
{GMSH_FULLRC, "PhysicalGroup", nullptr, 0}}

Definition at line 11 of file GaussPoints.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20