:orphan:
# PetscDTTanhSinhTensorQuadrature
create tanh-sinh quadrature for a tensor product cell 
## Synopsis
```
#include "petscdt.h" 
PetscErrorCode PetscDTTanhSinhTensorQuadrature(PetscInt dim, PetscInt level, PetscReal a, PetscReal b, PetscQuadrature *q)
```
Not Collective


## Input Parameters

- ***dim   -*** The cell dimension
- ***level -*** The number of points in one dimension, 2^l
- ***a     -*** left end of interval (often-1)
- ***b     -*** right end of interval (often +1)



## Output Parameter

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





## See Also
 `PetscDTGaussTensorQuadrature()`, `PetscQuadrature`

## Level
intermediate

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


---
[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](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
