allocArray(const int &a_rows, const int &a_cols, Real **&a_A) | LSProblem< dim > | |
computeBounds(const IndexTM< Real, dim > &a_dx, const CutCellMoments< dim > &a_ccm) | LSProblem< dim > | |
differentiate(int &a_coeff, IvDim &a_Dmono, int &a_idir, const IvDim &a_mono) | LSProblem< dim > | |
factorial(const int &a_n, const int &a_m=0) | LSProblem< dim > | |
fillMap(PthMomentLoc &a_monoLoc, LocPthMoment &a_locMono, const int &a_degree) | LSProblem< dim > | |
freeArray(const int &a_rows, const int &a_cols, Real **&a_A) | LSProblem< dim > | |
getDegree() | LSProblem< dim > | inline |
getLocMonomialMapDegreeP() const | LSProblem< dim > | inline |
getMatrix(Real **a_matrix) | LSProblem< dim > | |
getMonomialLocMapDegreeP() const | LSProblem< dim > | inline |
getMonomialLocMapDegreePLess1() const | LSProblem< dim > | inline |
getNumberDegP() | LSProblem< dim > | inline |
getNumberDegPLess1() | LSProblem< dim > | inline |
getOrderAccuracy() | LSProblem< dim > | inline |
getRhs(Vector< Real > &a_rhs) | LSProblem< dim > | |
getUnknown(int loc) | LSProblem< dim > | inline |
getUnknowns(Vector< Real > &a_unknown) | LSProblem< dim > | |
invertNormalEq(const Vector< Real > &a_rhs, Vector< Real > &a_residual) | LSProblem< dim > | |
IvDim typedef | LSProblem< dim > | private |
LocPthMoment typedef | LSProblem< dim > | private |
LSProblem(const int &a_degreeP, const bool &a_useConstraints) | LSProblem< dim > | |
LSProblem(const int &a_orderAccuracy, const int &a_degreeP, const bool &a_useConstraints, const IndexTM< Real, dim > &a_normal) | LSProblem< dim > | |
m_degreeP | LSProblem< dim > | |
m_locMonoP | LSProblem< dim > | |
m_locMonoPLess1 | LSProblem< dim > | |
m_lowerBound | LSProblem< dim > | |
m_matrix | LSProblem< dim > | |
m_monoLocP | LSProblem< dim > | |
m_monoLocPLess1 | LSProblem< dim > | |
m_normal | LSProblem< dim > | |
m_numActiveBounds | LSProblem< dim > | |
m_numP | LSProblem< dim > | |
m_numPLess1 | LSProblem< dim > | |
m_order | LSProblem< dim > | |
m_rhs | LSProblem< dim > | |
m_unknowns | LSProblem< dim > | |
m_upperBound | LSProblem< dim > | |
m_useConstraints | LSProblem< dim > | |
momentBounds(Real &a_lobnd, Real &a_hibnd, const IvDim &a_mono, const IFData< dim > &a_ifData) | LSProblem< dim > | |
monoMaxMin(Real &a_maxVal, Real &a_minVal, const IndexTM< int, dim > &a_mono, const IFData< dim > &a_IFData) | LSProblem< dim > | |
nChooseR(int a_n, int a_r) | LSProblem< dim > | |
numActiveBounds() const | LSProblem< dim > | inline |
numMonomials(const int &a_monoDegree) | LSProblem< dim > | |
outputBounds() const | LSProblem< dim > | |
outputMatrix() const | LSProblem< dim > | |
outputRhs() const | LSProblem< dim > | |
outputUnknowns() const | LSProblem< dim > | |
print(ostream &a_out) const | LSProblem< dim > | |
PthMomentLoc typedef | LSProblem< dim > | private |
setMatrix() | LSProblem< dim > | |
setRhs(const Vector< Real > &a_rhs) | LSProblem< dim > | |
~LSProblem() | LSProblem< dim > | |