gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <cmath>
#include "GmshConfig.h"
#include "Particles.h"
#include "OctreePost.h"
#include "Context.h"
#include "PViewOptions.h"
Go to the source code of this file.
Functions | |
GMSH_Plugin * | GMSH_RegisterParticlesPlugin () |
Variables | |
StringXNumber | ParticlesOptions_Number [] |
GMSH_Plugin* GMSH_RegisterParticlesPlugin | ( | ) |
Definition at line 38 of file Particles.cpp.
Referenced by PluginManager::registerDefaultPlugins().
StringXNumber ParticlesOptions_Number[] |
Definition at line 17 of file Particles.cpp.
Referenced by GMSH_ParticlesPlugin::callbackU(), GMSH_ParticlesPlugin::callbackV(), GMSH_ParticlesPlugin::callbackX0(), GMSH_ParticlesPlugin::callbackX1(), GMSH_ParticlesPlugin::callbackX2(), GMSH_ParticlesPlugin::callbackY0(), GMSH_ParticlesPlugin::callbackY1(), GMSH_ParticlesPlugin::callbackY2(), GMSH_ParticlesPlugin::callbackZ0(), GMSH_ParticlesPlugin::callbackZ1(), GMSH_ParticlesPlugin::callbackZ2(), GMSH_ParticlesPlugin::execute(), GMSH_ParticlesPlugin::getNbOptions(), GMSH_ParticlesPlugin::getNbU(), GMSH_ParticlesPlugin::getNbV(), GMSH_ParticlesPlugin::getOption(), and GMSH_ParticlesPlugin::getPoint().