PetscOptionsSetFromOptions

Sets various SNES and KSP parameters from user options.

Synopsis

#include "petsc.h"   
PetscErrorCode PETSC_DLLEXPORT PetscOptionsSetFromOptions()
Collective on PETSC_COMM_WORLD

Options Database Keys

Notes

To see all options, run your program with the -help option or consult the users manual.

Keywords

set, options, database

Level:intermediate
Location:
src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

-options_monitor <optional filename> - prints the names and values of all runtime options as they are set. The monitor functionality is not available for options set through a file, environment variable, or on the command line. Only options set after PetscInitialize completes will be monitored.
-options_cancelmonitors - cancel all options database monitors