PetscOptionsCreateDefault#

Creates the default global options database if it does not already exist

Synopsis#

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

Logically collective

Note#

This is called during PetscInitialize(); user code normally does not need to call it directly.

See Also#

PetscOptionsDestroyDefault(), PetscOptionsCreate(), 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