Searched refs:Wfound (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 147 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in main() 148 … PetscCheck(Wfound, comm, PETSC_ERR_SUP, "FACE ID not found in Control Point Weights Hash Table"); in main()
|
| H A D | ex19.c | 235 PetscBool CPfound, Wfound; in main() local 242 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in main() 243 … PetscCheck(Wfound, comm, PETSC_ERR_SUP, "FACE ID not found in Control Point Weights Hash Table"); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 4104 PetscBool Wfound; in DMPlexGeomDataAndGrads() local 4106 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, fid, &Witer, &Wfound)); in DMPlexGeomDataAndGrads() 4107 …PetscCheck(Wfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Weights Has… in DMPlexGeomDataAndGrads() 4226 PetscBool CPfound, Wfound; in DMPlexGeomDataAndGrads() local 4242 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, fid, &Witer, &Wfound)); in DMPlexGeomDataAndGrads() 4243 …PetscCheck(Wfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Hash Table"… in DMPlexGeomDataAndGrads() 4332 PetscBool Wfound; in DMPlexGeomDataAndGrads() local 4334 PetscCall(PetscHMapIFind(faceCPWeightsRow_Start, currFID, &Witer, &Wfound)); in DMPlexGeomDataAndGrads() 4335 …PetscCheck(Wfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Weights Has… in DMPlexGeomDataAndGrads() 4584 PetscBool CPfound, Wfound; in DMPlexModifyGeomModel() local [all …]
|