Searched refs:CPfound (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex18.c | 140 PetscBool CPfound, Wfound; in main() local 143 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in main() 144 PetscCheck(CPfound, comm, PETSC_ERR_SUP, "FACE ID not found in Control Point Hash Table"); in main()
|
| H A D | ex19.c | 235 PetscBool CPfound, Wfound; in main() local 238 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in main() 239 PetscCheck(CPfound, comm, PETSC_ERR_SUP, "FACE ID not found in Control Point Hash Table"); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 4226 PetscBool CPfound, Wfound; in DMPlexGeomDataAndGrads() local 4233 PetscCall(PetscHMapIFind(faceCntrlPtRow_Start, fid, &CPiter, &CPfound)); in DMPlexGeomDataAndGrads() 4234 …PetscCheck(CPfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Hash Table… in DMPlexGeomDataAndGrads() 4584 PetscBool CPfound, Wfound; in DMPlexModifyGeomModel() local 4587 PetscCall(PetscHMapIFind(cpHashTable, id, &CPiter, &CPfound)); in DMPlexModifyGeomModel() 4588 …PetscCheck(CPfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Hash Table… in DMPlexModifyGeomModel()
|