Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c445 const char *cstr; in KSPView_GMRES() local
454 cstr = "classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement"; in KSPView_GMRES()
457cstr = "classical (unmodified) Gram-Schmidt orthogonalization with one step of iterative refinemen… in KSPView_GMRES()
460cstr = "classical (unmodified) Gram-Schmidt orthogonalization with one step of iterative refinemen… in KSPView_GMRES()
466 cstr = "modified Gram-Schmidt orthogonalization"; in KSPView_GMRES()
468 cstr = "unknown orthogonalization"; in KSPView_GMRES()
471 …all(PetscViewerASCIIPrintf(viewer, " restart=%" PetscInt_FMT ", using %s\n", gmres->max_k, cstr)); in KSPView_GMRES()
474 PetscCall(PetscViewerStringSPrintf(viewer, "%s restart %" PetscInt_FMT, cstr, gmres->max_k)); in KSPView_GMRES()
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c519 const char *cstr = "RODDEC ORTHOGONOLIZATION"; in KSPView_AGMRES() local
532 …Call(PetscViewerASCIIPrintf(viewer, " restart=%" PetscInt_FMT " using %s\n", agmres->max_k, cstr)); in KSPView_AGMRES()
548 PetscCall(PetscViewerStringSPrintf(viewer, "%s restart %" PetscInt_FMT, cstr, agmres->max_k)); in KSPView_AGMRES()
/petsc/src/ksp/pc/interface/
H A Dprecon.c1794 PCType cstr; in PCView() local
1846 PetscCall(PCGetType(pc, &cstr)); in PCView()
1847 PetscCall(PetscViewerStringSPrintf(viewer, " PCType: %-7.7s", cstr)); in PCView()