Lines Matching refs:simplex
92 PetscBool simplex; in test3() local
96 PetscCall(DMPlexIsSimplex(dm, &simplex)); in test3()
98 PetscCall(PetscFECreateDefault(PetscObjectComm((PetscObject)dm), dim, 1, simplex, NULL, -1, &fe)); in test3()
109 PetscBool simplex; in test4() local
113 PetscCall(DMPlexIsSimplex(dm, &simplex)); in test4()
114 PetscCall(PetscFECreateDefault(PetscObjectComm((PetscObject)dm), dim, 1, simplex, NULL, -1, &fe)); in test4()
164 PetscBool simplex; in test7() local
168 PetscCall(DMPlexIsSimplex(dm, &simplex)); in test7()
169 PetscCall(PetscFECreateDefault(PetscObjectComm((PetscObject)dm), dim, 1, simplex, NULL, -1, &fe)); in test7()
181 PetscBool simplex; in test8() local
185 PetscCall(DMPlexIsSimplex(dm, &simplex)); in test8()
186 PetscCall(PetscFECreateDefault(PetscObjectComm((PetscObject)dm), dim, 1, simplex, NULL, -1, &fe)); in test8()