#include "petscsys.h" PetscErrorCode PetscOptionsUsed(PetscOptions options,const char *name,PetscBool *used)Not Collective
options | - options database, use NULL for default global database | |
name | - string name of option |
used | - PETSC_TRUE if the option was used, otherwise false, including if option was not found in options database |