Home
last modified time | relevance | path

Searched defs:PetscOptionsEnum (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F9048 subroutine PetscOptionsEnum(opt, text, man, Flist, curr, ivalue, set, ierr) subroutine
53 character(*) opt, text, man
54 character(*) Flist(*)
/petsc/include/
H A Dpetscoptions.h444 …#define PetscOptionsEnum(opt, text, man, list, currentvalue, value, set) PetscOptionsEnum… macro