|
IFEM
90A354
|
This is the complete list of members for SystemMatrix, including all inherited members.
| add(const SystemMatrix &, Real=Real(1)) | SystemMatrix | inlinevirtual |
| add(Real, int=0) | SystemMatrix | inlinevirtual |
| assemble(const Matrix &eM, const SAM &sam, int e)=0 | SystemMatrix | pure virtual |
| assemble(const Matrix &eM, const SAM &sam, SystemVector &B, int e)=0 | SystemMatrix | pure virtual |
| assemble(const Matrix &eM, const SAM &sam, SystemVector &B, const IntVec &meq)=0 | SystemMatrix | pure virtual |
| assemble(const Matrix &eM, const IntVec &meq)=0 | SystemMatrix | pure virtual |
| augment(const SystemMatrix &, size_t, size_t) | SystemMatrix | inlinevirtual |
| compressPattern() | SystemMatrix | inlinevirtual |
| copy() const =0 | SystemMatrix | pure virtual |
| create(const ProcessAdm *adm, LinAlg::MatrixType mType, int num_thread_SLU=1) | SystemMatrix | static |
| create(const ProcessAdm *adm, LinAlg::MatrixType mType, const LinSolParams &spar) | SystemMatrix | static |
| dim(int idim=1) const =0 | SystemMatrix | pure virtual |
| dump(std::ostream &, LinAlg::StorageFormat, const char *=nullptr) | SystemMatrix | inlinevirtual |
| dump(const char *fileName, std::streamsize precision=0, LinAlg::StorageFormat format=LinAlg::FLAT) | SystemMatrix | virtual |
| empty() const | SystemMatrix | inlinevirtual |
| endAssembly() | SystemMatrix | virtual |
| flagNonZeroEqs(const IntVec &meq={}) | SystemMatrix | |
| flagNonZeroEqs(const SystemMatrix &B) | SystemMatrix | |
| getType() const =0 | SystemMatrix | pure virtual |
| init()=0 | SystemMatrix | pure virtual |
| initAssembly(const SAM &sam, char=0)=0 | SystemMatrix | pure virtual |
| initNonZeroEqs() | SystemMatrix | |
| isZero() const | SystemMatrix | |
| Linfnorm() const =0 | SystemMatrix | pure virtual |
| load(const char *, bool=false) | SystemMatrix | inlinevirtual |
| lockPattern(bool) | SystemMatrix | inlinevirtual |
| mult(Real alpha)=0 | SystemMatrix | pure virtual |
| multiply(const SystemVector &, SystemVector &) const | SystemMatrix | inlinevirtual |
| nonZeroEqs | SystemMatrix | private |
| operator*(const SystemVector &b) const | SystemMatrix | |
| operator/(const SystemVector &b) | SystemMatrix | |
| operator<<(std::ostream &os, const SystemMatrix &A) | SystemMatrix | friend |
| preAssemble(const std::vector< IntVec > &, size_t=0) | SystemMatrix | inlinevirtual |
| solve(SystemVector &b, Real *rc=nullptr)=0 | SystemMatrix | pure virtual |
| solve(const SystemVector &b, SystemVector &x) | SystemMatrix | inlinevirtual |
| SystemMatrix() | SystemMatrix | inlineprotected |
| SystemMatrix(const SystemMatrix &a) | SystemMatrix | inlineprotected |
| truncate(Real=Real(1.0e-16)) | SystemMatrix | inlinevirtual |
| write(std::ostream &os) const | SystemMatrix | inlineprotectedvirtual |
| ~SystemMatrix() | SystemMatrix | inlinevirtual |