Searched refs:formatSol (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 397 …ect)ksp)->options, prefix, "-ksp_view_solution", &ksp->viewerSol, &ksp->formatSol, &ksp->viewSol)); in KSPSetFromOptions() 560 …ect)ksp)->options, prefix, "-ksp_view_solution", &ksp->viewerSol, &ksp->formatSol, &ksp->viewSol)); in KSPSetFromOptions()
|
| H A D | itfunc.c | 964 …if (ksp->viewSol) PetscCall(ObjectView((PetscObject)ksp->vec_sol, ksp->viewerSol, ksp->formatSol)); in KSPSolve_Private() 1276 if (ksp->viewSol) PetscCall(ObjectView((PetscObject)X, ksp->viewerSol, ksp->formatSol)); in KSPMatSolve_Private()
|
| /petsc/include/petsc/private/ |
| H A D | kspimpl.h | 152 …PetscViewerFormat format, formatPre, formatRate, formatMat, formatPMat, formatRhs, formatSol, form… member
|