gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GModel.h"
#include "OS.h"
#include "MPoint.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MTetrahedron.h"
#include "MHexahedron.h"
#include "MPrism.h"
Go to the source code of this file.
Functions | |
static std::string | physicalName (GModel *m, int dim, int num) |
static int | partID (int dim, int num) |
template<class T > | |
static void | writeElementsRAD (FILE *fp, GEntity *ge, std::vector< T * > &elements, bool saveAll) |
|
static |
Definition at line 35 of file GModelIO_RAD.cpp.
Referenced by writeElementsRAD().
|
static |
Definition at line 18 of file GModelIO_RAD.cpp.
Referenced by writeElementsRAD(), and GModel::writeRAD().
|
static |
Definition at line 38 of file GModelIO_RAD.cpp.
Referenced by GModel::writeRAD().