#include "slepcmfn.h" PetscErrorCode MFNSolve(MFN mfn,Vec b,Vec x)Collective on MFN
mfn | - matrix function context obtained from MFNCreate() | |
b | - the right hand side vector |
-mfn_view | - print information about the solver used | |
-mfn_view_mat binary | - save the matrix to the default binary viewer | |
-mfn_view_rhs binary | - save right hand side vector to the default binary viewer | |
-mfn_view_solution binary | - save computed solution vector to the default binary viewer | |
-mfn_converged_reason | - print reason for convergence, and number of iterations |
Location: src/mfn/interface/mfnsolve.c
Index of all MFN routines
Table of Contents for all manual pages
Index of all manual pages