:orphan:
# PetscSpacePointGetPoints
Gets the evaluation points for the space as the points of a quadrature rule 
## Synopsis
```
#include "petscfe.h" 
#include "petscdt.h" 
PetscErrorCode PetscSpacePointGetPoints(PetscSpace sp, PetscQuadrature *q)
```
Logically Collective


## Input Parameter

- ***sp -*** The `PetscSpace`



## Output Parameter

- ***q  -*** The `PetscQuadrature` defining the points





## See Also
 `PetscSpace`, `PetscQuadrature`, `PetscSpaceCreate()`, `PetscSpaceSetType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/space/impls/point/spacepoint.c.html#PetscSpacePointGetPoints">src/dm/dt/space/impls/point/spacepoint.c</A>


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


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