FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for fei::LinearSystem, including all inherited members.
attributeNames_ | fei::LinearSystem | protected |
attributes_ | fei::LinearSystem | protected |
dbcManager_ | fei::LinearSystem | protected |
eqnIsEssentialBC(int globalEqnIndex) const =0 | fei::LinearSystem | pure virtual |
getAttribute(const char *name, void *&attribute) | fei::LinearSystem | virtual |
getConstrainedEqns(std::vector< int > &crEqns) const =0 | fei::LinearSystem | pure virtual |
getEssentialBCs(std::vector< int > &bcEqns, std::vector< double > &bcVals) const =0 | fei::LinearSystem | pure virtual |
getMatrix() | fei::LinearSystem | inlinevirtual |
getMatrix() const | fei::LinearSystem | inlinevirtual |
getRHS() | fei::LinearSystem | inlinevirtual |
getRHS() const | fei::LinearSystem | inlinevirtual |
getSolutionVector() | fei::LinearSystem | inlinevirtual |
getSolutionVector() const | fei::LinearSystem | inlinevirtual |
LinearSystem(fei::SharedPtr< fei::MatrixGraph > &matrixGraph) | fei::LinearSystem | |
loadComplete(bool applyBCs=true, bool globalAssemble=true)=0 | fei::LinearSystem | pure virtual |
loadEssentialBCs(int numIDs, const int *IDs, int idType, int fieldID, int offsetIntoField, const double *prescribedValues) | fei::LinearSystem | virtual |
loadEssentialBCs(int numIDs, const int *IDs, int idType, int fieldID, const int *offsetsIntoField, const double *prescribedValues) | fei::LinearSystem | virtual |
loadLagrangeConstraint(int constraintID, const double *weights, double rhsValue)=0 | fei::LinearSystem | pure virtual |
loadPenaltyConstraint(int constraintID, const double *weights, double penaltyValue, double rhsValue)=0 | fei::LinearSystem | pure virtual |
matrix_ | fei::LinearSystem | protected |
matrixGraph_ | fei::LinearSystem | protected |
parameters(int numParams, const char *const *paramStrings)=0 | fei::LinearSystem | pure virtual |
parameters(const fei::ParameterSet ¶ms)=0 | fei::LinearSystem | pure virtual |
putAttribute(const char *name, void *attribute) | fei::LinearSystem | virtual |
rhs_ | fei::LinearSystem | protected |
setBCValuesOnVector(fei::Vector *vector)=0 | fei::LinearSystem | pure virtual |
setMatrix(fei::SharedPtr< fei::Matrix > &matrix) | fei::LinearSystem | virtual |
setRHS(fei::SharedPtr< fei::Vector > &rhs) | fei::LinearSystem | inlinevirtual |
setSolutionVector(fei::SharedPtr< fei::Vector > &soln) | fei::LinearSystem | inlinevirtual |
soln_ | fei::LinearSystem | protected |
~LinearSystem() | fei::LinearSystem | virtual |