Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c54 …zedPrintf(viewer, " [%d] number of local blocks = %" PetscInt_FMT "\n", rank, osm->n_local_true)); in PCView_ASM()
60 for (i = 0; i < osm->n_local_true; i++) { in PCView_ASM()
98 if (i < osm->n_local_true) { in PCASMPrintSubdomains()
172 if (osm->n_local_true == PETSC_DECIDE) { in PCSetUp_ASM()
194 if (osm->n_local_true == PETSC_DECIDE) { in PCSetUp_ASM()
196 osm->n_local_true = 1; in PCSetUp_ASM()
205 inwork.max = osm->n_local_true; in PCSetUp_ASM()
206 inwork.sum = osm->n_local_true; in PCSetUp_ASM()
218 PetscCall(PCASMCreateSubdomains(pc->pmat, osm->n_local_true, &osm->is)); in PCSetUp_ASM()
220 if (osm->n_local_true > 1 && !osm->is_local) { in PCSetUp_ASM()
[all …]
/petsc/include/petsc/private/
H A Dpcasmimpl.h6 PetscInt n, n_local, n_local_true; member