#include "petscdt.h" PetscErrorCode PetscDTGaussJacobiQuadrature(PetscInt dim, PetscInt Nc, PetscInt npoints, PetscReal a, PetscReal b, PetscQuadrature *q)Not Collective
dim | - The simplex dimension | |
Nc | - The number of components | |
npoints | - The number of points in one dimension | |
a | - left end of interval (often-1) | |
b | - right end of interval (often +1) |
Level:intermediate
Location:src/dm/dt/interface/dt.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages