gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GModelIO_UNV.cpp File Reference
#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"
Include dependency graph for GModelIO_UNV.cpp:

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)
 

Macro Definition Documentation

◆ gmshclose

#define gmshclose   fclose

Definition at line 33 of file GModelIO_UNV.cpp.

◆ gmsheof

#define gmsheof   feof

Definition at line 34 of file GModelIO_UNV.cpp.

◆ gmshgets

#define gmshgets   fgets

Definition at line 32 of file GModelIO_UNV.cpp.

◆ gmshopen

#define gmshopen   Fopen

Definition at line 31 of file GModelIO_UNV.cpp.

Typedef Documentation

◆ gmshFILE

typedef FILE* gmshFILE

Definition at line 29 of file GModelIO_UNV.cpp.

Function Documentation

◆ physicalName()

static std::string physicalName ( GModel m,
int  dim,
int  num 
)
static

Definition at line 381 of file GModelIO_UNV.cpp.

Referenced by GModel::writeUNV().

Here is the call graph for this function:
Here is the caller graph for this function: