Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex34.c8 PetscInt meshNum; /* Which mesh we should construct */ member
16 options->meshNum = 0; in ProcessOptions()
21 …"-mesh_num", "The mesh we should construct", "ex8.c", options->meshNum, &options->meshNum, NULL, 0… in ProcessOptions()
150 PetscInt meshNum = user->meshNum; in CreateMesh() local
168 switch (meshNum) { in CreateMesh()
176 SETERRQ(comm, PETSC_ERR_ARG_WRONG, "Unknown mesh number %" PetscInt_FMT, user->meshNum); in CreateMesh()