petsc-3.10.5 2019-03-28
Report Typos and Errors

PetscOptionsAllUsed

Returns a count of the number of options in the database that have never been selected.

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscOptionsAllUsed(PetscOptions options,PetscInt *N)
Not Collective

Input Parameter

options -options database, use NULL for default global database

Output Parameter

N -count of options not used

See Also

PetscOptionsView()

Level

advanced

Location

src/sys/objects/options.c

Examples

src/sys/examples/tutorials/ex3f.F.html
src/sys/examples/tutorials/ex10f90.F90.html

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages