Searched refs:psize (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmda.py | 120 psize = self.da.proc_sizes 121 for b, p in zip(btype, psize): 140 psize = self.da.proc_sizes 141 for b, p in zip(btype, psize):
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 98 PetscMPIInt psize; in PetscPartitionerView_Multistage() local 99 PetscCallMPI(MPI_Group_size(pgroup, &psize)); in PetscPartitionerView_Multistage() 100 …PetscViewerASCIIPrintf(viewer, "Stage %" PetscInt_FMT " partitioner to %d processes\n", l, psize)); in PetscPartitionerView_Multistage()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 2490 PetscInt psize; in PCBDDCCreateFETIDPOperators_BDDC() local 2501 PetscCall(ISGetSize(fetidpmat_ctx->pressure, &psize)); in PCBDDCCreateFETIDPOperators_BDDC() 2502 if (psize != M->rmap->N) { in PCBDDCCreateFETIDPOperators_BDDC() 2510 PetscCall(MatSetSizes(M2, lpsize, lpsize, psize, psize)); in PCBDDCCreateFETIDPOperators_BDDC()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbvec.cxx | 419 lnative_vec = (range->psize() - 1); in DMCreateVector_Moab_Private()
|