Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex8.c50 PetscBool flg, feFlg; in ProcessOptions() local
61 …etscCall(PetscOptionsRealArray("-v0", "Input v0 for each cell", "ex8.c", options->v0, &n, &feFlg)); in ProcessOptions()
62 …PetscCheck(!feFlg || n == numCells * dim, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Invalid size of v0 … in ProcessOptions()
73 if (!feFlg) { in ProcessOptions()