PetscOptionsHasHelp#
Determines whether the “-help” option is in the database.
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscOptionsHasHelp(PetscOptions options, PetscBool *set)
Not Collective
Input Parameter#
- options - options database, use - NULLfor default global database
Output Parameter#
- set - - PETSC_TRUEif found else- PETSC_FALSE.
See Also#
Level#
advanced
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages