gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GmshConfig.h"
#include "MTetrahedron.h"
#include "Numeric.h"
#include "Context.h"
#include "BasisFactory.h"
#include "pointsGenerators.h"
Go to the source code of this file.
Macros | |
#define | SQU(a) ((a) * (a)) |
Functions | |
static void | _myGetEdgeRep (MTetrahedron *tet, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges) |
static void | _myGetFaceRep (MTetrahedron *tet, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges) |
void | _getIndicesReversedTet (int order, IndicesReversed &indices) |
#define SQU | ( | a | ) | ((a) * (a)) |
Definition at line 20 of file MTetrahedron.cpp.
void _getIndicesReversedTet | ( | int | order, |
IndicesReversed & | indices | ||
) |
Definition at line 348 of file MTetrahedron.cpp.
Referenced by MTetrahedronN::reverse().
|
static |
Definition at line 151 of file MTetrahedron.cpp.
Referenced by MTetrahedron10::getEdgeRep(), and MTetrahedronN::getEdgeRep().
|
static |
Definition at line 214 of file MTetrahedron.cpp.
Referenced by MTetrahedron10::getFaceRep(), and MTetrahedronN::getFaceRep().