Searched refs:prefix_opt (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 1059 char prefix_opt[512]; in DMPlexSetOrientInterface_Private() local 1068 PetscCall(PetscStrncpy(prefix_opt, "-", sizeof(prefix_opt))); in DMPlexSetOrientInterface_Private() 1069 PetscCall(PetscStrlcat(prefix_opt, prefix, sizeof(prefix_opt))); in DMPlexSetOrientInterface_Private() 1070 PetscCall(PetscStrlcat(prefix_opt, &opt[1], sizeof(prefix_opt))); in DMPlexSetOrientInterface_Private() 1074 PetscCall(PetscOptionsSetValue(options, prefix_opt, "0")); in DMPlexSetOrientInterface_Private() 1077 PetscCall(PetscOptionsSetValue(options, prefix_opt, "1")); in DMPlexSetOrientInterface_Private() 1080 PetscCall(PetscOptionsClearValue(options, prefix_opt)); in DMPlexSetOrientInterface_Private()
|