Lines Matching refs:Wfound
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
4591 PetscCall(PetscHMapIFind(wHashTable, id, &Witer, &Wfound)); in DMPlexModifyGeomModel()
4592 …PetscCheck(Wfound, PETSC_COMM_SELF, PETSC_ERR_SUP, "FACE ID not found in Control Point Weights Has… in DMPlexModifyGeomModel()