[petsc-users] Default solver type for ksp?
Saurabh Chawdhary
chaw0023 at umn.edu
Wed Oct 1 15:53:45 CDT 2014
Thanks a lot guys. I also did -ksp_view and saw it was GMRES.
___________________________________
KSP Object: 32 MPI processes
type: gmres
GMRES: restart=30, using Classical (unmodified) Gram-Schmidt
Orthogonalization with no iterative refinement
GMRES: happy breakdown tolerance 1e-30
maximum iterations=500, initial guess is zero
tolerances: relative=1e-10, absolute=1e-10, divergence=10000
left preconditioning
using PRECONDITIONED norm type for convergence test
_____________________________________
On Wednesday, October 01, 2014 3:14:49 PM, Jed Brown wrote:
> Saurabh Chawdhary <chaw0023 at umn.edu> writes:
>
>> I understand that we can chose on of many solvers from KSPType form here
>> <http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/KSP/KSPType.html>.
>> But if do not set any option to the type which one does it chose by
>> default?
>
> GMRES
>
>> I could not find the answer in manual or web search.
>
> -ksp_view
More information about the petsc-users
mailing list