OptionsClearValue

Clears an option name-value pair in the options database, overriding whatever is already present.

Synopsis

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

Input Parameter

name -name of option, this SHOULD have the - prepended

Keywords

options, database, set, value, clear

See Also

OptionsInsert()

Level:intermediate
Location:src/sys/src/objects/options.c
System Index
Table of Contents