Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c167 char msubdomains[256] = "unknown max number of local subdomains"; in PCView_GASM() local
176 …if (osm->nmax != PETSC_DETERMINE) PetscCall(PetscSNPrintf(msubdomains, sizeof(msubdomains), "max n… in PCView_GASM()
192 PetscCall(PetscViewerASCIIPrintf(viewer, " %s\n", msubdomains)); in PCView_GASM()