Home
last modified time | relevance | path

Searched refs:PetscOptionsGetAll (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DOptions.pyx429 petsc.PetscOptionsGetAll
433 CHKERR(PetscOptionsGetAll(self.opt, &allopts))
H A Dpetscopt.pxi22 PetscErrorCode PetscOptionsGetAll(PetscOptions, char*[])
/petsc/doc/changes/
H A D37.md48 PetscOptionsGetAll(PetscOptions,char*[]);
/petsc/include/
H A Dpetscoptions.h53 PETSC_EXTERN PetscErrorCode PetscOptionsGetAll(PetscOptions, char *[]);
/petsc/src/sys/objects/
H A Dpinit.c682 PetscCall(PetscOptionsGetAll(NULL, &options)); in PetscInitializeSAWs()
H A Doptions.c1795 PetscErrorCode PetscOptionsGetAll(PetscOptions options, char *copts[]) PeNS in PetscOptionsGetAll() function