Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ditcl.c398 … ((PetscObject)ksp)->options, prefix, "-ksp_view_mat_explicit", &ksp->viewerMatExp, &ksp->formatMa… in KSPSetFromOptions()
561 … ((PetscObject)ksp)->options, prefix, "-ksp_view_mat_explicit", &ksp->viewerMatExp, &ksp->formatMa… in KSPSetFromOptions()
H A Ditfunc.c980 PetscCall(ObjectView((PetscObject)B, ksp->viewerMatExp, ksp->formatMatExp)); in KSPSolve_Private()
1427 PetscCall(PetscViewerDestroy(&ksp->viewerMatExp)); in KSPResetViewers()
/petsc/include/petsc/private/
H A Dkspimpl.h151 …, viewerPre, viewerRate, viewerMat, viewerPMat, viewerRhs, viewerSol, viewerMatExp, viewerEV, view… member