Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextypes.h39 PETSC_EXTERN const char *const DMPlexShapes[]; variable
/petsc/src/dm/impls/plex/tests/
H A Dex42.c183 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-dm_plex_shape", DMPlexShapes, (PetscEnum *)&shape, NUL… in ProcessOptions()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4726 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()