PETSc version 3.16.6
Fix/Edit manual page

PetscOptionsClearValue

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

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscOptionsClearValue(PetscOptions options,const char name[])
Logically Collective

Input Parameters

options - options database, use NULL for the default global database
name - name of option, this SHOULD have the - prepended

The collectivity of this routine is complex; only the MPI processes that call this routine will have the affect of these options. If some processes that create objects call this routine and others do not the code may fail in complicated ways because the same parallel solvers may incorrectly use different options on different ranks.

See Also

PetscOptionsInsert()

Level

intermediate

Location

src/sys/objects/options.c

Examples

src/ksp/ksp/tutorials/ex76.c.html
src/ksp/ksp/tutorials/ex76f.F90.html
src/ts/utils/dmplexlandau/tutorials/ex2.c.html

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