RGSetFromOptions#
Sets RG options from the options database.
Synopsis#
#include "slepcrg.h"
PetscErrorCode RGSetFromOptions(RG rg)
Collective
Input Parameters#
rg - the region context
Notes#
To see all options, run your program with the -help option.
See Also#
RGSetOptionsPrefix()
Level#
beginner
Location#
Implementations#
RGSetFromOptions_Ellipse() in src/sys/classes/rg/impls/ellipse/rgellipse.c
RGSetFromOptions_Interval() in src/sys/classes/rg/impls/interval/rginterval.c
RGSetFromOptions_Polygon() in src/sys/classes/rg/impls/polygon/rgpolygon.c
RGSetFromOptions_Ring() in src/sys/classes/rg/impls/ring/rgring.c
Index of all RG routines Table of Contents for all manual pages Index of all manual pages