, including all inherited members.
AbstractSystemMatrix() | escript::AbstractSystemMatrix | |
AbstractSystemMatrix(const int row_blocksize, const FunctionSpace &row_functionspace, const int column_blocksize, const FunctionSpace &column_functionspace) | escript::AbstractSystemMatrix | |
asAbstractSystemMatrix() const | paso::SystemMatrixAdapter | [inline] |
asSystemMatrixAdapter(const AbstractSystemMatrix &systemmatrix) | paso::SystemMatrixAdapter | [inline, static] |
escriptToPasoOptions(Options *paso_options, const boost::python::object &options) | paso::SystemMatrixAdapter | [static] |
getColumnBlockSize() const | escript::AbstractSystemMatrix | [inline] |
getColumnFunctionSpace() const | escript::AbstractSystemMatrix | [inline] |
getPaso_SystemMatrix() const | paso::SystemMatrixAdapter | |
getRowBlockSize() const | escript::AbstractSystemMatrix | [inline] |
getRowFunctionSpace() const | escript::AbstractSystemMatrix | [inline] |
getSystemMatrixTypeId(const int solver, const int preconditioner, const int package, const bool symmetry, Esys_MPIInfo *mpiInfo) | paso::SystemMatrixAdapter | [static] |
isEmpty() const | escript::AbstractSystemMatrix | |
m_system_matrix | paso::SystemMatrixAdapter | [private] |
mapOptionToPaso(const int option) | paso::SystemMatrixAdapter | [static] |
nullifyRowsAndCols(escript::Data &row_q, escript::Data &col_q, const double mdv) const | paso::SystemMatrixAdapter | [virtual] |
pasoToEscriptOptions(const Options *paso_options, boost::python::object &options) | paso::SystemMatrixAdapter | [static] |
Print_Matrix_Info(const bool) const | paso::SystemMatrixAdapter | |
resetValues() const | paso::SystemMatrixAdapter | [virtual] |
saveHB(const std::string &filename) const | paso::SystemMatrixAdapter | [virtual] |
saveMM(const std::string &filename) const | paso::SystemMatrixAdapter | [virtual] |
setToSolution(escript::Data &out, escript::Data &in, boost::python::object &options) const | paso::SystemMatrixAdapter | [private, virtual] |
solve(Data &in, boost::python::object &options) const | escript::AbstractSystemMatrix | |
SystemMatrixAdapter() | paso::SystemMatrixAdapter | |
SystemMatrixAdapter(SystemMatrix_ptr system_matrix, const int row_blocksize, const escript::FunctionSpace &row_functionspace, const int column_blocksize, const escript::FunctionSpace &colum_functionspace) | paso::SystemMatrixAdapter | |
vectorMultiply(Data &right) const | escript::AbstractSystemMatrix | |
ypAx(escript::Data &y, escript::Data &x) const | paso::SystemMatrixAdapter | [private, virtual] |
~AbstractSystemMatrix() | escript::AbstractSystemMatrix | [virtual] |
~SystemMatrixAdapter() | paso::SystemMatrixAdapter | |