gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
MeshSubEntities.cpp File Reference
#include "MeshSubEntities.h"
#include "GModel.h"
#include "discreteVertex.h"
#include "discreteEdge.h"
#include "discreteFace.h"
#include "MElement.h"
#include "MPoint.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MEdge.h"
#include "MFace.h"
#include "Context.h"
Include dependency graph for MeshSubEntities.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterMeshSubEntitiesPlugin ()
 

Variables

StringXNumber MeshSubEntitiesOptions_Number []
 

Function Documentation

◆ GMSH_RegisterMeshSubEntitiesPlugin()

GMSH_Plugin* GMSH_RegisterMeshSubEntitiesPlugin ( )

Definition at line 28 of file MeshSubEntities.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ MeshSubEntitiesOptions_Number

StringXNumber MeshSubEntitiesOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "InputDimension", nullptr, 1.},
{GMSH_FULLRC, "InputPhysicalGroup", nullptr, 1.},
{GMSH_FULLRC, "OuputDimension", nullptr, 0.},
{GMSH_FULLRC, "OuputPhysicalGroup", nullptr, 2000.},
}

Definition at line 20 of file MeshSubEntities.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20