#include "petscdt.h" PetscErrorCode PetscDTGaussQuadrature(PetscInt npoints,PetscReal a,PetscReal b,PetscReal *x,PetscReal *w)Not Collective
npoints | - number of points | |
a | - left end of interval (often-1) | |
b | - right end of interval (often +1) |
x | - quadrature points | |
w | - quadrature weights |
Level:intermediate
Location:src/dm/dt/interface/dt.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages