Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ditcl.c396 …scObject)ksp)->options, prefix, "-ksp_view_rhs", &ksp->viewerRhs, &ksp->formatRhs, &ksp->viewRhs)); in KSPSetFromOptions()
559 …scObject)ksp)->options, prefix, "-ksp_view_rhs", &ksp->viewerRhs, &ksp->formatRhs, &ksp->viewRhs)); in KSPSetFromOptions()
H A Ditfunc.c963 …if (ksp->viewRhs) PetscCall(ObjectView((PetscObject)ksp->vec_rhs, ksp->viewerRhs, ksp->formatRhs)); in KSPSolve_Private()
1275 if (ksp->viewRhs) PetscCall(ObjectView((PetscObject)B, ksp->viewerRhs, ksp->formatRhs)); in KSPMatSolve_Private()
/petsc/include/petsc/private/
H A Dkspimpl.h152 …PetscViewerFormat format, formatPre, formatRate, formatMat, formatPMat, formatRhs, formatSol, form… member