|
ShyLU
Version of the Day
|
Solve the system for a given r.h.s (approximately) More...

Go to the source code of this file.
Functions | |
| static int | shylu_dist_solve (shylu_symbolic *ssym, shylu_data *data, shylu_config *config, const Epetra_MultiVector &X, Epetra_MultiVector &Y) |
| static int | shylu_local_solve (shylu_symbolic *ssym, shylu_data *data, shylu_config *config, const Epetra_MultiVector &X, Epetra_MultiVector &Y) |
| int | shylu_solve (shylu_symbolic *ssym, shylu_data *data, shylu_config *config, const Epetra_MultiVector &X, Epetra_MultiVector &Y) |
| Call solve on multiple RHS. More... | |
Solve the system for a given r.h.s (approximately)
Definition in file shylu_solve.cpp.
| int shylu_solve | ( | shylu_symbolic * | ssym, |
| shylu_data * | data, | ||
| shylu_config * | config, | ||
| const Epetra_MultiVector & | X, | ||
| Epetra_MultiVector & | Y | ||
| ) |
Call solve on multiple RHS.
Definition at line 382 of file shylu_solve.cpp.
Referenced by Ifpack_ShyLU::ApplyInverse().
1.8.13