|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>#include "GaussIntegration.h"#include "GaussLegendre1D.h"#include "GaussJacobi1D.h"
Go to the source code of this file.
Functions | |
| static std::vector< IntPt * > | GQPyr (40, nullptr) |
| IntPt * | getGQPyrPts (int order) |
| int | getNGQPyrPts (int order) |
| IntPt* getGQPyrPts | ( | int | order | ) |
Definition at line 13 of file GaussQuadraturePyr.cpp.
Referenced by gaussIntegration::get(), MPyramid::getIntegrationPoints(), and gaussIntegration::getPyramid().


| int getNGQPyrPts | ( | int | order | ) |
Definition at line 59 of file GaussQuadraturePyr.cpp.
Referenced by gaussIntegration::get(), getGQPyrPts(), MPyramid::getIntegrationPoints(), and gaussIntegration::getPyramid().

|
static |