# PetscDTGaussTensorQuadrature
creates a tensor-product Gauss quadrature 
## Synopsis
```
#include "petscdt.h" 
PetscErrorCode PetscDTGaussTensorQuadrature(PetscInt dim, PetscInt Nc, PetscInt npoints, PetscReal a, PetscReal b, PetscQuadrature *q)
```
Not Collective


## Input Parameters

- ***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)



## Output Parameter

- ***q -*** A `PetscQuadrature` object





## See Also
 `PetscDTGaussQuadrature()`, `PetscDTLegendreEval()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/interface/dt.c.html#PetscDTGaussTensorQuadrature">src/dm/dt/interface/dt.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/field/tutorials/ex1.c.html">src/dm/field/tutorials/ex1.c.html</A><BR>
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex70.c.html">src/ksp/ksp/tutorials/ex70.c.html</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dt.c)


[Index of all DT routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
