Searched refs:meshNum (Results 1 – 1 of 1) sorted by relevance
8 PetscInt meshNum; /* Which mesh we should construct */ member16 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() local168 switch (meshNum) { in CreateMesh()176 SETERRQ(comm, PETSC_ERR_ARG_WRONG, "Unknown mesh number %" PetscInt_FMT, user->meshNum); in CreateMesh()