-v prints oofem version-f (string) input file name-r (int) restarts analysis from given step-ar (int) restarts adaptive analysis from given step-l (int) sets treshold for log messages (Errors=0, Warnings=1, Relevant=2, Info=3, Debug=4)-rn turns on renumbering (Sloan algorithm)-qo (string) redirects the standard output stream to given file-qe (string) redirects the standard error stream to given file-c creates context file for each solution step-ksp_type to choose the PETSc solver kind.richardson, chebychev, cg, gmres, tcqmr, bcgs, cgs, tfqmr, cr, lsqr, bicg, or preonly.-ksp_gmres_restart with gmres and -ksp_richardson_scale for richardson.-pc_type to choose the PETSc preconditioner.jacobi, bjacobi, sor, eisenstat, icc, ilu, asm, ksp, lu, or cholesky-log_summary to get lots of PETSc information about your run.-ksp_rtol, -ksp_atol, -ksp_divtol, and -ksp_max_it for setting other options.-ksp_monitor and see info about preconditioners etc. with -ksp_view.