|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <stdlib.h>#include <sstream>#include "GmshConfig.h"#include "GModel.h"#include "MElement.h"#include "MElementCut.h"#include "gmshLevelset.h"#include "MQuadrangle.h"
Go to the source code of this file.
Functions | |
| GModel * | buildCutMesh (GModel *gm, gLevelset *ls, std::map< int, std::vector< MElement * > > elements[10], std::map< int, MVertex * > &vertexMap, std::map< int, std::map< int, std::string > > physicals[4], bool cutElem) |
| GModel* buildCutMesh | ( | GModel * | gm, |
| gLevelset * | ls, | ||
| std::map< int, std::vector< MElement * > > | elements[10], | ||
| std::map< int, MVertex * > & | vertexMap, | ||
| std::map< int, std::map< int, std::string > > | physicals[4], | ||
| bool | cutElem | ||
| ) |
Definition at line 1462 of file MElementCut.cpp.
Referenced by GModel::buildCutGModel().

