#include "petscdt.h" PetscErrorCode PetscDTGaussQuadrature(PetscInt npoints,PetscReal a,PetscReal b,PetscReal *x,PetscReal *w)Not Collective Many br
npoints | - number of points Many br | |
a | - left end of interval (often-1) Many br | |
b | - right end of interval (often +1) Many br |
x | - quadrature points Many br | |
w | - quadrature weights Many br |
Many br
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