|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <algorithm>#include "MEdge.h"#include "Numeric.h"#include "GmshDefines.h"#include "ElementType.h"#include "nodalBasis.h"#include "BasisFactory.h"
Go to the source code of this file.
Functions | |
| bool | SortEdgeConsecutive (const std::vector< MEdge > &e, std::vector< std::vector< MVertex * > > &vs) |
| bool SortEdgeConsecutive | ( | const std::vector< MEdge > & | e, |
| std::vector< std::vector< MVertex * > > & | vs | ||
| ) |
Definition at line 68 of file MEdge.cpp.
Referenced by classifyFaces(), computeParametrization(), discreteEdge::createGeometry(), GMSH_BoundaryAnglesPlugin::execute(), and isTriangulationParametrizable().

