FllopInitialize

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

Synopsis

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

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

FllopFinalize()

Level:beginner
Location:
src/sys/fllopinit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages