gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
meshGEdgeExtruded.cpp File Reference
#include <set>
#include "GModel.h"
#include "MLine.h"
#include "ExtrudeParams.h"
#include "GmshMessage.h"
Include dependency graph for meshGEdgeExtruded.cpp:

Go to the source code of this file.

Functions

static void createElements (GEdge *ge)
 
static void extrudeMesh (GVertex *from, GEdge *to)
 
static void copyMesh (GEdge *from, GEdge *to)
 
int MeshExtrudedCurve (GEdge *ge)
 

Function Documentation

◆ copyMesh()

static void copyMesh ( GEdge from,
GEdge to 
)
static

Definition at line 46 of file meshGEdgeExtruded.cpp.

Referenced by MeshExtrudedCurve().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ createElements()

static void createElements ( GEdge ge)
static

Definition at line 12 of file meshGEdgeExtruded.cpp.

Referenced by copyMesh(), and extrudeMesh().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ extrudeMesh()

static void extrudeMesh ( GVertex from,
GEdge to 
)
static

Definition at line 26 of file meshGEdgeExtruded.cpp.

Referenced by MeshExtrudedCurve(), scriptExtrude(), and scriptProtude().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MeshExtrudedCurve()

int MeshExtrudedCurve ( GEdge ge)

Definition at line 92 of file meshGEdgeExtruded.cpp.

Referenced by Mesh2DWithBoundaryLayers(), and meshGEdge::operator()().

Here is the call graph for this function:
Here is the caller graph for this function: