Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c253 PetscInt nlocalsubdomains, fromrows_localsize; in PCGASMSetHierarchicalPartitioning() local
280 PetscCall(ISGetLocalSize(fromrows, &fromrows_localsize)); in PCGASMSetHierarchicalPartitioning()
283 PetscCall(VecCreateMPI(comm, fromrows_localsize, PETSC_DETERMINE, &osm->pcx)); in PCGASMSetHierarchicalPartitioning()