OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
This is the complete list of members for LinearSystem, including all inherited members.
AddDiag(const OCP_USI &n, const OCP_DBL &v) | LinearSystem | inline |
AddDiag(const OCP_USI &n, const vector< OCP_DBL > &v) (defined in LinearSystem) | LinearSystem | inline |
AddDim(const OCP_USI &n) | LinearSystem | inline |
AddRhs(const OCP_USI &n, const OCP_DBL &v) | LinearSystem | inline |
AddRhs(const OCP_USI &n, const vector< OCP_DBL > &v) | LinearSystem | inline |
AllocateColMem(const vector< USI > &bulk2bulk, const vector< vector< OCP_USI >> well2bulk) | LinearSystem | |
AllocateRowMem(const OCP_USI &dimMax, const USI &nb) | LinearSystem | |
AssembleMatLinearSolver() | LinearSystem | inline |
AssembleRhsAccumulate(const vector< OCP_DBL > &rhs) | LinearSystem | |
AssembleRhsCopy(const vector< OCP_DBL > &rhs) | LinearSystem | |
AssignGuess(const OCP_USI &n, const OCP_DBL &v) | LinearSystem | inline |
CheckEquation() const | LinearSystem | |
CheckSolution() const | LinearSystem | |
ClearData() | LinearSystem | |
GetNumIters() | LinearSystem | inline |
GetSolution() | LinearSystem | inline |
NewDiag(const OCP_USI &n, const OCP_DBL &v) | LinearSystem | inline |
NewDiag(const OCP_USI &n, const vector< OCP_DBL > &v) (defined in LinearSystem) | LinearSystem | inline |
NewOffDiag(const OCP_USI &bId, const OCP_USI &eId, const OCP_DBL &v) | LinearSystem | inline |
NewOffDiag(const OCP_USI &bId, const OCP_USI &eId, const vector< OCP_DBL > &v) (defined in LinearSystem) | LinearSystem | inline |
OutputLinearSystem(const string &fileA, const string &fileb) const | LinearSystem | |
OutputSolution(const string &filename) const | LinearSystem | |
SetupLinearSolver(const USI &i, const string &dir, const string &file) | LinearSystem | |
Solve() | LinearSystem | inline |