gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <string>
#include <time.h>
#include "GmshConfig.h"
#include <stdint.h>
#include "GmshVersion.h"
#include "GmshMessage.h"
#include "GmshDefines.h"
#include "GmshGlobal.h"
#include "GmshRemote.h"
#include "GModel.h"
#include "OpenFile.h"
#include "CreateFile.h"
#include "Options.h"
#include "CommandLine.h"
#include "OS.h"
#include "Context.h"
#include "robustPredicates.h"
#include "BasisFactory.h"
Go to the source code of this file.
Functions | |
int | GmshInitialize (int argc, char **argv, bool readConfigFiles, bool exitOnCommandLineError) |
int | GmshSetMessageHandler (GmshMessage *callback) |
GmshMessage * | GmshGetMessageHandler () |
int | GmshSetBoundingBox (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
int | GmshSetOption (const std::string &category, const std::string &name, std::string value, int index) |
int | GmshSetOption (const std::string &category, const std::string &name, double value, int index) |
int | GmshSetOption (const std::string &category, const std::string &name, unsigned int value, int index) |
void | GmshSetStringOption (const std::string &category, const std::string &name, std::string value, int index) |
void | GmshSetNumberOption (const std::string &category, const std::string &name, double value, int index) |
void | GmshSetColorOption (const std::string &category, const std::string &name, unsigned int value, int index) |
int | GmshGetOption (const std::string &category, const std::string &name, std::string &value, int index) |
int | GmshGetOption (const std::string &category, const std::string &name, double &value, int index) |
int | GmshGetOption (const std::string &category, const std::string &name, unsigned int &value, int index) |
std::string | GmshGetStringOption (const std::string &category, const std::string &name, int index) |
double | GmshGetNumberOption (const std::string &category, const std::string &name, int index) |
unsigned int | GmshGetColorOption (const std::string &category, const std::string &name, int index) |
int | GmshRestoreDefaultOptions () |
int | GmshOpenProject (const std::string &fileName) |
int | GmshClearProject () |
int | GmshMergeFile (const std::string &fileName) |
int | GmshMergePostProcessingFile (const std::string &fileName) |
int | GmshWriteFile (const std::string &fileName) |
int | GmshFinalize () |
static void | StartupMessage () |
static void | GoodbyeMessage () |
int | GmshBatch () |
int | GmshFLTK (int argc, char **argv) |
GMSH_API int | GmshMainBatch (int argc, char **argv) |
GMSH_API int | GmshMainFLTK (int argc, char **argv) |
Variables | |
static bool | isInitialized = false |
int GmshBatch | ( | ) |
Definition at line 278 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().
int GmshClearProject | ( | ) |
int GmshFinalize | ( | ) |
Definition at line 243 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().
int GmshFLTK | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 388 of file GmshGlobal.cpp.
Referenced by GmshMainFLTK().
unsigned int GmshGetColorOption | ( | const std::string & | category, |
const std::string & | name, | ||
int | index | ||
) |
GmshMessage* GmshGetMessageHandler | ( | ) |
double GmshGetNumberOption | ( | const std::string & | category, |
const std::string & | name, | ||
int | index | ||
) |
int GmshGetOption | ( | const std::string & | category, |
const std::string & | name, | ||
double & | value, | ||
int | index | ||
) |
int GmshGetOption | ( | const std::string & | category, |
const std::string & | name, | ||
std::string & | value, | ||
int | index | ||
) |
int GmshGetOption | ( | const std::string & | category, |
const std::string & | name, | ||
unsigned int & | value, | ||
int | index | ||
) |
std::string GmshGetStringOption | ( | const std::string & | category, |
const std::string & | name, | ||
int | index | ||
) |
int GmshInitialize | ( | int | argc, |
char ** | argv, | ||
bool | readConfigFiles, | ||
bool | exitOnCommandLineError | ||
) |
Definition at line 65 of file GmshGlobal.cpp.
Referenced by GmshMainBatch(), and GmshMainFLTK().
GMSH_API int GmshMainBatch | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 485 of file GmshGlobal.cpp.
Referenced by main().
GMSH_API int GmshMainFLTK | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 505 of file GmshGlobal.cpp.
Referenced by main().
int GmshMergeFile | ( | const std::string & | fileName | ) |
int GmshMergePostProcessingFile | ( | const std::string & | fileName | ) |
int GmshOpenProject | ( | const std::string & | fileName | ) |
int GmshRestoreDefaultOptions | ( | ) |
int GmshSetBoundingBox | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) |
void GmshSetColorOption | ( | const std::string & | category, |
const std::string & | name, | ||
unsigned int | value, | ||
int | index | ||
) |
int GmshSetMessageHandler | ( | GmshMessage * | callback | ) |
void GmshSetNumberOption | ( | const std::string & | category, |
const std::string & | name, | ||
double | value, | ||
int | index | ||
) |
Definition at line 147 of file GmshGlobal.cpp.
Referenced by GetOtherOption().
int GmshSetOption | ( | const std::string & | category, |
const std::string & | name, | ||
double | value, | ||
int | index | ||
) |
int GmshSetOption | ( | const std::string & | category, |
const std::string & | name, | ||
std::string | value, | ||
int | index | ||
) |
int GmshSetOption | ( | const std::string & | category, |
const std::string & | name, | ||
unsigned int | value, | ||
int | index | ||
) |
void GmshSetStringOption | ( | const std::string & | category, |
const std::string & | name, | ||
std::string | value, | ||
int | index | ||
) |
Definition at line 140 of file GmshGlobal.cpp.
Referenced by GetOtherOption().
int GmshWriteFile | ( | const std::string & | fileName | ) |
|
static |
Definition at line 268 of file GmshGlobal.cpp.
Referenced by GmshBatch().
|
static |
Definition at line 258 of file GmshGlobal.cpp.
Referenced by GmshBatch(), and GmshFLTK().
|
static |
Definition at line 63 of file GmshGlobal.cpp.
Referenced by GFace2PolyMesh(), GmshFinalize(), and GmshInitialize().