gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
MTriangle.cpp File Reference
#include "GmshConfig.h"
#include "MTriangle.h"
#include "Numeric.h"
#include "Context.h"
#include "BasisFactory.h"
#include "pointsGenerators.h"
#include <cmath>
#include <cstring>
Include dependency graph for MTriangle.cpp:

Go to the source code of this file.

Functions

static void _myGetEdgeRep (MTriangle *t, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges)
 
static void _myGetFaceRep (MTriangle *t, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges)
 

Function Documentation

◆ _myGetEdgeRep()

static void _myGetEdgeRep ( MTriangle t,
int  num,
double *  x,
double *  y,
double *  z,
SVector3 n,
int  numSubEdges 
)
static

Definition at line 186 of file MTriangle.cpp.

Referenced by MTriangle6::getEdgeRep(), and MTriangleN::getEdgeRep().

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

◆ _myGetFaceRep()

static void _myGetFaceRep ( MTriangle t,
int  num,
double *  x,
double *  y,
double *  z,
SVector3 n,
int  numSubEdges 
)
static

Definition at line 267 of file MTriangle.cpp.

Referenced by MTriangle6::getFaceRep(), and MTriangleN::getFaceRep().

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