PetscOptionsDestroyDefault#

Destroys the default global options database

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscOptionsDestroyDefault(void)

Logically collective

Note#

This is called during PetscFinalize(); any options databases the user pushed but did not pop are also destroyed.

See Also#

PetscOptionsCreateDefault(), PetscOptionsDestroy(), PetscOptionsPush(), PetscOptionsPop()

Level#

developer

Location#

src/sys/objects/options.c


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