Home
last modified time | relevance | path

Searched refs:formatSol (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Ditcl.c397 …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 Ditfunc.c964 …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 Dkspimpl.h152 …PetscViewerFormat format, formatPre, formatRate, formatMat, formatPMat, formatRhs, formatSol, form… member