#include "petscdt.h" PetscErrorCode PetscDTGaussTensorQuadrature(PetscInt dim, PetscInt Nc, PetscInt npoints, PetscReal a, PetscReal b, PetscQuadrature *q)Not Collective
dim | - The spatial dimension | |
Nc | - The number of components | |
npoints | - number of points in one dimension | |
a | - left end of interval (often-1) | |
b | - right end of interval (often +1) |