gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
gmshCrossFields.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5 
6 #ifndef CROSS_FIELDS_H
7 #define CROSS_FIELDS_H
8 
9 #include <string>
10 class GModel;
11 
12 int computeCrossField(GModel *, std::vector<int> &tags);
13 int computeQuadDecomposition(GModel *, std::vector<int> &tags);
14 
15 #endif
tags
static std::map< SPoint2, unsigned int > tags
Definition: drawGraph2d.cpp:400
computeCrossField
int computeCrossField(GModel *, std::vector< int > &tags)
Definition: gmshCrossFields.cpp:3895
GModel
Definition: GModel.h:44
computeQuadDecomposition
int computeQuadDecomposition(GModel *, std::vector< int > &tags)