PermonInitialize

Initializes PETSc (if not already initialized), init PERMON, register functions, etc. This function must be called in order to use the PERMON library!

Synopsis

PetscErrorCode PermonInitialize(int *argc, char ***args, const char file[], const char help[])

Input Parameters

argc - count of number of command line arguments
args - the command line arguments
file - [optional] FLLOP database file, also checks in following order petsrc files from PetscInitialize, ~/.flloprc, ./flloprc, ./.flloprc and file; use NULL to not check for code specific file

Options Database Keys

-skip_flloprc - skip reading flloprc file
-options_table - print table of options

See Also

PermonFinalize()

Level

beginner

Location

src/sys/permoninit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages