Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • RGSetFromOptions

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#

src/sys/classes/rg/interface/rgbasic.c

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

On this page
  • Synopsis
  • Input Parameters
  • Notes
  • See Also
  • Level
  • Location
  • Implementations
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.