Searched refs:PetscOptionsGetMPIInt (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex3.c | 31 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 D | petscoptions.h | 33 PETSC_EXTERN PetscErrorCode PetscOptionsGetMPIInt(PetscOptions, const char[], const char[], PetscMP…
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 739 PetscCall(PetscOptionsGetMPIInt(options, prefix, opt, ¤tvalue, &wasset)); in PetscOptionsMPIInt_Private() 742 PetscCall(PetscOptionsGetMPIInt(options, prefix, opt, value, &wasset)); in PetscOptionsMPIInt_Private()
|
| H A D | options.c | 2687 PetscErrorCode PetscOptionsGetMPIInt(PetscOptions options, const char pre[], const char name[], Pet… in PetscOptionsGetMPIInt() function
|