Searched refs:claims (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexinterpolate.c | 1186 PetscSFNode *candidates, *candidatesRemote, *claims; in DMPlexInterpolatePointSF() local 1423 PetscCall(PetscMalloc1(claimsSize, &claims)); in DMPlexInterpolatePointSF() 1424 for (p = 0; p < claimsSize; ++p) claims[p].rank = -1; in DMPlexInterpolatePointSF() 1425 PetscCall(PetscSFBcastBegin(sfClaims, MPIU_SF_NODE, candidatesRemote, claims, MPI_REPLACE)); in DMPlexInterpolatePointSF() 1426 PetscCall(PetscSFBcastEnd(sfClaims, MPIU_SF_NODE, candidatesRemote, claims, MPI_REPLACE)); in DMPlexInterpolatePointSF() 1431 …ArrayViewFromOptions(comm, "-petscsection_interp_claim_view", "Claims", NULL, claimsSize, claims)); in DMPlexInterpolatePointSF() 1442 if (claims[off + d].rank >= 0) { in DMPlexInterpolatePointSF() 1448 …remote point (%" PetscInt_FMT ", %" PetscInt_FMT ")\n", rank, claims[faceInd].rank, claims[faceInd… in DMPlexInterpolatePointSF() 1457 if (claims[faceInd].rank == rank) { in DMPlexInterpolatePointSF() 1469 d += claims[off + d].index + 1; in DMPlexInterpolatePointSF() [all …]
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 392 patents or other property right claims or to contest validity of any 393 such claims; this section has the sole purpose of protecting the
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 131 verify these claims, as we can see from the output files
|