Searched refs:meshtype (Results 1 – 1 of 1) sorted by relevance
13 PetscErrorCode pic_advect(PetscInt ppcell, PetscInt meshtype) in pic_advect() argument31 if (meshtype == 0) { /* DA */ in pic_advect()53 if (meshtype == 1) { /* PLEX */ in pic_advect()144 if (meshtype == 0) { /* DA */ in pic_advect()148 if (meshtype == 1) { /* PLEX */ in pic_advect()220 if (meshtype == 0) { /* DA */ in pic_advect()225 if (meshtype == 1) { /* PLEX */ in pic_advect()243 PetscInt meshtype = 0; in main() local248 PetscCall(PetscOptionsGetInt(NULL, NULL, "-meshtype", &meshtype, NULL)); in main()249 PetscCheck(meshtype <= 1, PETSC_COMM_WORLD, PETSC_ERR_USER, "-meshtype <value> must be 0 or 1"); in main()[all …]