OptionsReject

Generates an error if a certain option is given.

Synopsis

#include "petsc.h"   
int OptionsReject(const char name[],const char mess[])
Not Collective, but setting values on certain processors could cause problems for parallel objects looking for options.

Input Parameters

name - the option one is seeking
mess - error message (may be PETSC_NULL)

See Also

OptionsGetInt(), OptionsGetDouble(),OptionsHasName(),
OptionsGetString(), OptionsGetIntArray(), OptionsGetDoubleArray()

Level:advanced
Location:
src/sys/src/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex5c.c