|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|

Go to the source code of this file.
Functions | |
| static void | brickToTet (double xi, double eta, double zeta, double *r, double *s, double *t, double *J) |
| void | quadToTri (double xi, double eta, double *r, double *s, double *J) |
| double | quadToTriJac (double, double eta) |
| int | GaussLegendreTet (int n1, int n2, int n3, IntPt *pts) |
| int | GaussLegendreTri (int n1, int n2, IntPt *pts) |
|
static |
Definition at line 10 of file GaussLegendreSimplex.cpp.
Referenced by GaussLegendreTet().

| int GaussLegendreTet | ( | int | n1, |
| int | n2, | ||
| int | n3, | ||
| IntPt * | pts | ||
| ) |
Definition at line 33 of file GaussLegendreSimplex.cpp.
Referenced by getGQTetPts().


| int GaussLegendreTri | ( | int | n1, |
| int | n2, | ||
| IntPt * | pts | ||
| ) |
Definition at line 54 of file GaussLegendreSimplex.cpp.
Referenced by getGQTPts().


| void quadToTri | ( | double | xi, |
| double | eta, | ||
| double * | r, | ||
| double * | s, | ||
| double * | J | ||
| ) |
Definition at line 22 of file GaussLegendreSimplex.cpp.
Referenced by copyMesh(), and GaussLegendreTri().

| double quadToTriJac | ( | double | , |
| double | eta | ||
| ) |
Definition at line 31 of file GaussLegendreSimplex.cpp.