#include "petscsys.h" PetscErrorCode PetscOptionsClearValue(PetscOptions options,const char name[])Logically Collective
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.