Searched refs:ispart (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1697 IS ispart = NULL; in DMPlexRebalanceSharedPoints() local 1860 PetscCall(MatPartitioningApply(mp, &ispart)); in DMPlexRebalanceSharedPoints() 1861 PetscCall(ISGetIndices(ispart, (const PetscInt **)&part)); in DMPlexRebalanceSharedPoints() 1978 PetscCall(ISRestoreIndices(ispart, (const PetscInt **)&part)); in DMPlexRebalanceSharedPoints() 1979 PetscCall(ISDestroy(&ispart)); in DMPlexRebalanceSharedPoints() 2040 PetscCall(ISRestoreIndices(ispart, (const PetscInt **)&part)); in DMPlexRebalanceSharedPoints() 2041 PetscCall(ISDestroy(&ispart)); in DMPlexRebalanceSharedPoints()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 1366 IS ispart, isnumb, *is; in PCASMCreateSubdomains() local 1437 PetscCall(MatPartitioningApply(mpart, &ispart)); in PCASMCreateSubdomains() 1438 PetscCall(ISPartitioningToNumbering(ispart, &isnumb)); in PCASMCreateSubdomains() 1468 PetscCall(ISPartitioningCount(ispart, n, count)); in PCASMCreateSubdomains() 1501 PetscCall(ISDestroy(&ispart)); in PCASMCreateSubdomains()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1326 IS ispart, isnumb, *is; in PCGASMCreateLocalSubdomains() local 1393 PetscCall(MatPartitioningApply(mpart, &ispart)); in PCGASMCreateLocalSubdomains() 1394 PetscCall(ISPartitioningToNumbering(ispart, &isnumb)); in PCGASMCreateLocalSubdomains() 1421 PetscCall(ISPartitioningCount(ispart, nloc, count)); in PCGASMCreateLocalSubdomains() 1454 PetscCall(ISDestroy(&ispart)); in PCGASMCreateLocalSubdomains()
|