Home
last modified time | relevance | path

Searched refs:ang2 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex8.c246 PetscRandom r, ang, ang2; in CheckCell() local
265 PetscCall(PetscRandomCreate(PETSC_COMM_SELF, &ang2)); in CheckCell()
266 PetscCall(PetscRandomSetFromOptions(ang2)); in CheckCell()
267 PetscCall(PetscRandomSetInterval(ang2, 0.0, PETSC_PI)); in CheckCell()
277 PetscCall(PetscRandomGetValueReal(ang2, &theta)); in CheckCell()
427 PetscCall(PetscRandomDestroy(&ang2)); in CheckCell()