gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <sstream>
#include <stdlib.h>
#include "GmshConfig.h"
#include "GmshMessage.h"
#include "GModel.h"
#include "GModelIO_GEO.h"
#include "Geo.h"
#include "GeoInterpolation.h"
#include "OS.h"
#include "OpenFile.h"
#include "Numeric.h"
#include "ListUtils.h"
#include "gmshVertex.h"
#include "gmshFace.h"
#include "gmshEdge.h"
#include "gmshRegion.h"
#include "Context.h"
#include "Parser.h"
Go to the source code of this file.
Classes | |
struct | VertexPtrLessThan |
class | writePhysicalGroupGEO |
Functions | |
static bool | SortCurvesConsecutive (const std::vector< Curve * > &e, std::vector< std::vector< Vertex * > > &vs) |
bool | sortEntities (const std::pair< int, int > &a, const std::pair< int, int > &b) |
static bool | skipRegion (GRegion *gr) |
static bool | skipFace (GFace *gf) |
static bool | skipEdge (GEdge *ge) |
static bool | skipVertex (GVertex *gv) |
|
static |
Definition at line 1782 of file GModelIO_GEO.cpp.
Referenced by skipVertex(), GModel::writeGEO(), and GModel::writePY().
|
static |
Definition at line 1772 of file GModelIO_GEO.cpp.
Referenced by skipEdge(), GModel::writeGEO(), and GModel::writePY().
|
static |
Definition at line 1766 of file GModelIO_GEO.cpp.
Referenced by skipFace(), GModel::writeGEO(), and GModel::writePY().
|
static |
Definition at line 1792 of file GModelIO_GEO.cpp.
Referenced by GModel::writeGEO(), and GModel::writePY().
|
static |
Definition at line 429 of file GModelIO_GEO.cpp.
Referenced by GEO_Internals::addCurveLoops().
bool sortEntities | ( | const std::pair< int, int > & | a, |
const std::pair< int, int > & | b | ||
) |
Definition at line 1362 of file GModelIO_GEO.cpp.
Referenced by GEO_Internals::synchronize().