PetscOptionsGetMPIInt#
Gets the MPI integer value for a particular option in the database.
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscOptionsGetMPIInt(PetscOptions options, const char pre[], const char name[], PetscMPIInt *ivalue, PetscBool *set)
Not Collective
Input Parameters#
- options - options database, use - NULLfor default global database
- pre - the string to prepend to the name or - NULL
- name - the option one is seeking 
Output Parameters#
- ivalue - the MPI integer value to return 
- set - - PETSC_TRUEif found, else- PETSC_FALSE
Notes#
If the user does not supply the option ivalue is NOT changed. Thus
you should ALWAYS initialize the ivalue if you access it without first checking that the set flag is true.
Accepts the special values determine, decide and unlimited.
Accepts the deprecated value default.
See Also#
PetscOptionsGetReal(), PetscOptionsHasName(), PetscOptionsGetString(),
PetscOptionsGetIntArray(), PetscOptionsGetRealArray(), PetscOptionsBool()
PetscOptionsInt(), PetscOptionsString(), PetscOptionsReal(),
PetscOptionsName(), PetscOptionsBegin(), PetscOptionsEnd(), PetscOptionsHeadBegin(),
PetscOptionsStringArray(), PetscOptionsRealArray(), PetscOptionsScalar(),
PetscOptionsBoolGroupBegin(), PetscOptionsBoolGroup(), PetscOptionsBoolGroupEnd(),
PetscOptionsFList(), PetscOptionsEList()
Level#
beginner
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages