FNSetFromOptions#
Sets FN options from the options database.
Synopsis#
#include "slepcfn.h"
PetscErrorCode FNSetFromOptions(FN fn)
Collective
Input Parameters#
fn - the math function context
Notes#
To see all options, run your program with the -help option.
See Also#
FNSetOptionsPrefix()
Level#
beginner
Location#
Implementations#
FNSetFromOptions_Phi() in src/sys/classes/fn/impls/phi/fnphi.c
FNSetFromOptions_Rational() in src/sys/classes/fn/impls/rational/fnrational.c
Index of all FN routines Table of Contents for all manual pages Index of all manual pages