gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GModelIO_TOCHNOG.cpp File Reference
#include "OS.h"
#include "MPoint.h"
#include "MLine.h"
#include "MTriangle.h"
#include "MQuadrangle.h"
#include "MTetrahedron.h"
#include "MHexahedron.h"
#include "StringUtils.h"
#include "GModel.h"
Include dependency graph for GModelIO_TOCHNOG.cpp:

Go to the source code of this file.

Functions

template<class T >
static void writeElementsTOCHNOG (FILE *fp, GEntity *ge, std::vector< T * > &elements, bool saveAll)
 
static std::string physicalName (GModel *m, int dim, int num)
 

Variables

int dimension
 

Function Documentation

◆ physicalName()

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

Definition at line 36 of file GModelIO_TOCHNOG.cpp.

Referenced by GModel::writeTOCHNOG().

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

◆ writeElementsTOCHNOG()

template<class T >
static void writeElementsTOCHNOG ( FILE *  fp,
GEntity ge,
std::vector< T * > &  elements,
bool  saveAll 
)
static

Definition at line 21 of file GModelIO_TOCHNOG.cpp.

Referenced by GModel::writeTOCHNOG().

Here is the caller graph for this function:

Variable Documentation

◆ dimension