Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c19 …PetscCall(PetscOptionsEnumArray("-periodic", "Periodicity in each of three dimensions", NULL, DMBo… in main()
/petsc/include/
H A Dpetscoptions.h323 PetscErrorCode PetscOptionsEnumArray(T...);
1415 …#define PetscOptionsEnumArray(opt, text, man, list, value, n, set) PetscOptionsEnum… macro
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4853 …PetscCall(PetscOptionsEnumArray("-dm_plex_box_bd", "Boundary type for each dimension", "", DMBound… in DMPlexCreateFromOptions_Internal()
4945 …PetscCall(PetscOptionsEnumArray("-dm_plex_tps_periodic", "Periodicity in each of three dimensions"… in DMPlexCreateFromOptions_Internal()
4984 …PetscCall(PetscOptionsEnumArray("-dm_plex_box_bd", "Boundary type for each dimension", "", DMBound… in DMPlexCreateFromOptions_Internal()
5351 …PetscCall(PetscOptionsEnumArray("-dm_plex_box_label_bd", "Boundary type for each dimension when us… in DMSetFromOptions_Plex()