Home
last modified time | relevance | path

Searched refs:PetscOptionsGetMPIInt (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex3.c31 PetscCall(PetscOptionsGetMPIInt(NULL, NULL, "-x", &x, NULL)); in main()
32 PetscCall(PetscOptionsGetMPIInt(NULL, NULL, "-y", &y, NULL)); in main()
33 PetscCall(PetscOptionsGetMPIInt(NULL, NULL, "-width", &width, NULL)); in main()
34 PetscCall(PetscOptionsGetMPIInt(NULL, NULL, "-height", &height, NULL)); in main()
/petsc/include/
H A Dpetscoptions.h33 PETSC_EXTERN PetscErrorCode PetscOptionsGetMPIInt(PetscOptions, const char[], const char[], PetscMP…
/petsc/src/sys/objects/
H A Daoptions.c739 PetscCall(PetscOptionsGetMPIInt(options, prefix, opt, &currentvalue, &wasset)); in PetscOptionsMPIInt_Private()
742 PetscCall(PetscOptionsGetMPIInt(options, prefix, opt, value, &wasset)); in PetscOptionsMPIInt_Private()
H A Doptions.c2687 PetscErrorCode PetscOptionsGetMPIInt(PetscOptions options, const char pre[], const char name[], Pet… in PetscOptionsGetMPIInt() function