gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <limits>
#include "MHexahedron.h"
#include "Numeric.h"
#include "Context.h"
#include "BasisFactory.h"
#include "polynomialBasis.h"
#include "MQuadrangle.h"
#include "pointsGenerators.h"
Go to the source code of this file.
Functions | |
static void | _myGetEdgeRep (MHexahedron *hex, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges) |
void | _myGetFaceRep (MHexahedron *hex, int num, double *x, double *y, double *z, SVector3 *n, int numSubEdges) |
void | _getIndicesReversedHex (int order, IndicesReversed &indices) |
void _getIndicesReversedHex | ( | int | order, |
IndicesReversed & | indices | ||
) |
Definition at line 430 of file MHexahedron.cpp.
Referenced by MHexahedronN::reverse().
|
static |
Definition at line 114 of file MHexahedron.cpp.
Referenced by MHexahedron20::getEdgeRep(), MHexahedron27::getEdgeRep(), and MHexahedronN::getEdgeRep().
void _myGetFaceRep | ( | MHexahedron * | hex, |
int | num, | ||
double * | x, | ||
double * | y, | ||
double * | z, | ||
SVector3 * | n, | ||
int | numSubEdges | ||
) |
Definition at line 194 of file MHexahedron.cpp.
Referenced by MHexahedron::getFaceRep(), MHexahedron20::getFaceRep(), MHexahedron27::getFaceRep(), and MHexahedronN::getFaceRep().