Searched refs:DMPlexShapes (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplextypes.h | 39 PETSC_EXTERN const char *const DMPlexShapes[]; variable
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex42.c | 183 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-dm_plex_shape", DMPlexShapes, (PetscEnum *)&shape, NUL… in ProcessOptions()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 4726 const char *const DMPlexShapes[] = {"box", "box_surface", "ball", "sphere", "cylinder", "schwarz_p"… variable 4751 …PetscCall(PetscOptionsEnum("-dm_plex_shape", "Shape for built-in mesh", "", DMPlexShapes, (PetscEn… in DMPlexCreateFromOptions_Internal() 4831 PetscCall(PetscObjectSetName((PetscObject)dm, DMPlexShapes[shape])); in DMPlexCreateFromOptions_Internal() 4991 SETERRQ(comm, PETSC_ERR_SUP, "Domain shape %s is unsupported", DMPlexShapes[shape]); in DMPlexCreateFromOptions_Internal()
|