Searched refs:truncstr (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/impls/fcg/ |
| H A D | fcg.c | 303 const char *truncstr; in KSPView_FCG() local 309 …if (fcg->truncstrat == KSP_FCD_TRUNC_TYPE_STANDARD) truncstr = "Using standard truncation strategy… in KSPView_FCG() 310 …else if (fcg->truncstrat == KSP_FCD_TRUNC_TYPE_NOTAY) truncstr = "Using Notay's truncation strateg… in KSPView_FCG() 316 PetscCall(PetscViewerASCIIPrintf(viewer, " %s\n", truncstr)); in KSPView_FCG() 318 …r, "m_max %" PetscInt_FMT " nprealloc %" PetscInt_FMT " %s", fcg->mmax, fcg->nprealloc, truncstr)); in KSPView_FCG()
|
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcg.c | 365 const char *truncstr; in KSPView_PIPEFCG() local 372 truncstr = "Using standard truncation strategy"; in KSPView_PIPEFCG() 374 truncstr = "Using Notay's truncation strategy"; in KSPView_PIPEFCG() 382 PetscCall(PetscViewerASCIIPrintf(viewer, " %s\n", truncstr)); in KSPView_PIPEFCG() 385 … PetscInt_FMT " directions, %s truncation strategy", pipefcg->mmax, pipefcg->nprealloc, truncstr)); in KSPView_PIPEFCG()
|
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcr.c | 329 const char *truncstr; in KSPView_PIPEGCR() local 336 truncstr = "Using standard truncation strategy"; in KSPView_PIPEGCR() 338 truncstr = "Using Notay's truncation strategy"; in KSPView_PIPEGCR() 344 PetscCall(PetscViewerASCIIPrintf(viewer, " %s\n", truncstr)); in KSPView_PIPEGCR() 348 … PetscInt_FMT " directions, %s truncation strategy", pipegcr->mmax, pipegcr->nprealloc, truncstr)); in KSPView_PIPEGCR()
|