Searched refs:boundary_is (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex4.c | 168 IS boundary_is, bulk_is; in main() local 229 …eGeneral(PETSC_COMM_WORLD, num_local_bnd_dofs, boundary_indices, PETSC_USE_POINTER, &boundary_is)); in main() 230 PetscCall(ISComplement(boundary_is, astart, aend, &bulk_is)); in main() 342 PetscCall(ISDestroy(&boundary_is)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 962 …s_Private(DM dm, IS boundary_expanded_is, PetscInt depth, PetscSection sections[], IS *boundary_is) in DMPlexExpandedVerticesToFaces_Private() argument 975 *boundary_is = is; in DMPlexExpandedVerticesToFaces_Private() 1100 IS boundary_is; in DMPlexGetExpandedBoundary_Private() local 1131 PetscCall(DMLabelGetStratumIS(label, value, &boundary_is)); in DMPlexGetExpandedBoundary_Private() 1137 …PetscCall(DMPlexGetConeRecursive(idm, boundary_is, &bnd0->depth, &boundary_expanded_iss, &bnd0->se… in DMPlexGetExpandedBoundary_Private() 1143 PetscCall(ISEqual(is0, boundary_is, &flg)); in DMPlexGetExpandedBoundary_Private() 1183 …if (rank == rootrank) PetscCall(DMPlexRestoreConeRecursive(idm, boundary_is, &bnd0->depth, &bounda… in DMPlexGetExpandedBoundary_Private() 1187 PetscCall(ISDestroy(&boundary_is)); in DMPlexGetExpandedBoundary_Private()
|