gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <stdlib.h>
#include <string.h>
#include "GModel.h"
#include "OS.h"
#include "GmshConfig.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MTetrahedron.h"
#include "MHexahedron.h"
#include "MPrism.h"
#include "Context.h"
Go to the source code of this file.
Macros | |
#define | gmshopen Fopen |
#define | gmshgets fgets |
#define | gmshclose fclose |
#define | gmsheof feof |
Typedefs | |
typedef FILE * | gmshFILE |
Functions | |
static std::string | physicalName (GModel *m, int dim, int num) |
#define gmshclose fclose |
Definition at line 33 of file GModelIO_UNV.cpp.
#define gmsheof feof |
Definition at line 34 of file GModelIO_UNV.cpp.
#define gmshgets fgets |
Definition at line 32 of file GModelIO_UNV.cpp.
#define gmshopen Fopen |
Definition at line 31 of file GModelIO_UNV.cpp.
typedef FILE* gmshFILE |
Definition at line 29 of file GModelIO_UNV.cpp.
|
static |
Definition at line 381 of file GModelIO_UNV.cpp.
Referenced by GModel::writeUNV().