gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
This is the complete list of members for bezierCoeff, including all inherited members.
_basis | bezierCoeff | private |
_c | bezierCoeff | private |
_computeCoefficients(const double *lagCoeffData) | bezierCoeff | private |
_copy(const bezierCoeff &from, int start, int num, bezierCoeff &to) | bezierCoeff | privatestatic |
_copyHex(const fullMatrix< double > &allSub, int n, int starti, int startj, int startk, bezierCoeff &sub) | bezierCoeff | privatestatic |
_copyLine(const fullMatrix< double > &allSub, int n, int starti, bezierCoeff &sub) | bezierCoeff | privatestatic |
_copyPyr(const fullMatrix< double > &allSub, int nij, int nk, int starti, int startj, int startk, bezierCoeff &sub) | bezierCoeff | privatestatic |
_copyQuad(const fullMatrix< double > &allSub, int n, int starti, int startj, bezierCoeff &sub) | bezierCoeff | privatestatic |
_data | bezierCoeff | private |
_funcSpaceData | bezierCoeff | private |
_ij2Index(int i, int j, int n) | bezierCoeff | inlineprivatestatic |
_ijk2Index(int i, int j, int k, int n) | bezierCoeff | inlineprivatestatic |
_numPool | bezierCoeff | private |
_ownData | bezierCoeff | private |
_pool0 | bezierCoeff | privatestatic |
_pool1 | bezierCoeff | privatestatic |
_r | bezierCoeff | private |
_sub | bezierCoeff | privatestatic |
_subdivide(fullMatrix< double > &coeff, int npts, int start) | bezierCoeff | privatestatic |
_subdivide(fullMatrix< double > &coeff, int npts, int start, int inc) | bezierCoeff | privatestatic |
_subdivideHexahedron(const bezierCoeff &coeff, std::vector< bezierCoeff * > &subCoeff) | bezierCoeff | privatestatic |
_subdividePrism(const bezierCoeff &coeff, std::vector< bezierCoeff * > &subCoeff) | bezierCoeff | privatestatic |
_subdividePyramid(const bezierCoeff &coeff, std::vector< bezierCoeff * > &subCoeff) | bezierCoeff | privatestatic |
_subdivideQuadrangle(const bezierCoeff &coeff, std::vector< bezierCoeff * > &subCoeff) | bezierCoeff | privatestatic |
_subdivideTet(SubdivisionTet which, int n, bezierCoeff &coeff) | bezierCoeff | privatestatic |
_subdivideTetrahedron(const bezierCoeff &coeff, std::vector< bezierCoeff * > &vSubCoeff) | bezierCoeff | privatestatic |
_subdivideTriangle(const bezierCoeff &coeff, int start, std::vector< bezierCoeff * > &subCoeff) | bezierCoeff | privatestatic |
bezierCoeff() | bezierCoeff | inline |
bezierCoeff(const bezierCoeff &other, bool swap=false) | bezierCoeff | |
bezierCoeff(const FuncSpaceData fsData, const fullVector< double > &orderedLagCoeff, int numOfPool=-1) | bezierCoeff | |
bezierCoeff(const FuncSpaceData fsData, const fullMatrix< double > &orderedLagCoeff, int numOfPool=-1) | bezierCoeff | |
getBezierBasis() const | bezierCoeff | inline |
getCornerCoeff(int k) const | bezierCoeff | inline |
getCornerCoeff(int k, int j) const | bezierCoeff | inline |
getCornerCoeffs(fullVector< double > &) const | bezierCoeff | |
getCornerCoeffs(fullMatrix< double > &) const | bezierCoeff | |
getDataPtr() | bezierCoeff | inline |
getIdxCornerCoeff(int i) const | bezierCoeff | |
getNumCoeff() const | bezierCoeff | inline |
getNumColumns() const | bezierCoeff | inline |
getNumCornerCoeff() const | bezierCoeff | inline |
getPolynomialOrder() const | bezierCoeff | inline |
node0CrossEdge12 enum value | bezierCoeff | private |
node1CrossEdge03 enum value | bezierCoeff | private |
node2CrossEdge03 enum value | bezierCoeff | private |
node3CrossEdge12 enum value | bezierCoeff | private |
operator()(int i) const | bezierCoeff | inline |
operator()(int i, int j) const | bezierCoeff | inline |
operator()(int i) | bezierCoeff | inline |
operator()(int i, int j) | bezierCoeff | inline |
releasePools() | bezierCoeff | static |
setMatrixAsProxy(fullMatrix< double > &m) const | bezierCoeff | inline |
setVectorAsProxy(fullVector< double > &v) const | bezierCoeff | inline |
subdivide(std::vector< bezierCoeff * > &subCoeff) const | bezierCoeff | |
SubdivisionTet enum name | bezierCoeff | private |
subdivU enum value | bezierCoeff | private |
subdivV enum value | bezierCoeff | private |
subdivW enum value | bezierCoeff | private |
updateDataPtr(long diff) | bezierCoeff | |
usePools(std::size_t size0, std::size_t size1) | bezierCoeff | static |
~bezierCoeff() | bezierCoeff |