slepc-3.7.0 2016-05-16
Report Typos and Errors

RGComputeContour

Computes the coordinates of several points lying in the contour of the region.

Synopsis

#include "slepcrg.h" 
PetscErrorCode RGComputeContour(RG rg,PetscInt n,PetscScalar *cr,PetscScalar *ci)
Not Collective

Input Parameters

rg  - the region context
n  - number of points to compute

Output Parameter

cr  - location to store real parts
ci  - location to store imaginary parts

Location: src/sys/classes/rg/rgbasic.c
Index of all RG routines
Table of Contents for all manual pages
Index of all manual pages