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
  • RGDestroy

RGDestroy#

Destroys RG context that was created with RGCreate().

Synopsis#

#include "slepcrg.h" 
PetscErrorCode RGDestroy(RG *rg)

Collective

Input Parameter#

  • rg - the region context

See Also#

RGCreate()

Level#

beginner

Location#

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

Implementations#

RGDestroy_Ellipse() in src/sys/classes/rg/impls/ellipse/rgellipse.c
RGDestroy_Interval() in src/sys/classes/rg/impls/interval/rginterval.c
RGDestroy_Polygon() in src/sys/classes/rg/impls/polygon/rgpolygon.c
RGDestroy_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 Parameter
  • 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.