Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/ !
H A Dex18.c204 PetscBool testOrientIF; /* Test for different original interface orientations */ member
259 options->testOrientIF = PETSC_FALSE; in ProcessOptions()
296 … create -distribute 0", "ex18.c", options->ornt[0], &options->ornt[0], &options->testOrientIF, 0)); in ProcessOptions()
298 …PetscCheck(flg2 == options->testOrientIF, comm, PETSC_ERR_ARG_OUTOFRANGE, "neither or both -rotate… in ProcessOptions()
299 if (options->testOrientIF) { in ProcessOptions()
552 if (user->testOrientIF) { in CreateSimplex_3D()