slepc-3.11.0 2019-03-29
Report Typos and Errors

FNAppendOptionsPrefix

Appends to the prefix used for searching for all FN options in the database.

Synopsis

#include "slepcfn.h" 
PetscErrorCode FNAppendOptionsPrefix(FN fn,const char *prefix)
Logically Collective on FN

Input Parameters

fn  - the math function context
prefix  - the prefix string to prepend to all FN option requests

Notes

A hyphen (-) must NOT be given at the beginning of the prefix name. The first character of all runtime options is AUTOMATICALLY the hyphen.

See Also

FNSetOptionsPrefix()

Location: src/sys/classes/fn/interface/fnbasic.c
Index of all FN routines
Table of Contents for all manual pages
Index of all manual pages