Searched refs:hasPoint (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex6.c | 90 PetscBool hasPoint; in TestClear() local 95 PetscCall(DMLabelHasPoint(label, p, &hasPoint)); in TestClear() 97 …PetscCheck(!hasPoint, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Label contains %" PetscInt_FMT " after cle… in TestClear()
|
| /petsc/src/dm/impls/plex/adaptors/mmg/ |
| H A D | mmgadapt.c | 93 PetscBool hasPoint; in DMAdaptMetric_Mmg_Plex() local 96 PetscCall(DMLabelHasPoint(bdLabel, f, &hasPoint)); in DMAdaptMetric_Mmg_Plex() 97 if ((!hasPoint) || (f < fStart) || (f >= fEnd)) continue; in DMAdaptMetric_Mmg_Plex() 108 PetscBool hasPoint; in DMAdaptMetric_Mmg_Plex() local 111 PetscCall(DMLabelHasPoint(bdLabel, f, &hasPoint)); in DMAdaptMetric_Mmg_Plex() 112 if ((!hasPoint) || (f < fStart) || (f >= fEnd)) continue; in DMAdaptMetric_Mmg_Plex()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 141 PetscBool hasPoint; in DMAdaptMetric_ParMmg_Plex() local 144 PetscCall(DMLabelHasPoint(bdLabel, f, &hasPoint)); in DMAdaptMetric_ParMmg_Plex() 145 if ((!hasPoint) || (f < fStart) || (f >= fEnd)) continue; in DMAdaptMetric_ParMmg_Plex()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMLabel.pyx | 482 hasPoint, petsc.DMLabelHasValue 490 def hasPoint(self, point: int) -> bool: member in DMLabel
|