#include "slepcrg.h" PetscErrorCode RGComputeQuadrature(RG rg,RGQuadRule quad,PetscInt n,PetscScalar z[],PetscScalar zn[],PetscScalar w[])Not Collective
rg | - the region context | |
quad | - the type of quadrature | |
n | - number of quadrature points to compute |
z | - quadrature points | |
zn | - normalized quadrature points | |
w | - quadrature weights |
The computed values change for different quadrature rules (trapezoidal or Chebyshev).
Location: src/sys/classes/rg/rgbasic.c
Index of all RG routines
Table of Contents for all manual pages
Index of all manual pages