:orphan:
# PetscDualSpaceCreateAllDataDefault
Create all evaluation nodes and the node-to-dof matrix by examining functionals 
## Synopsis
```
#include "petscfe.h" 
PetscErrorCode PetscDualSpaceCreateAllDataDefault(PetscDualSpace sp, PetscQuadrature *allNodes, Mat *allMat)
```

## Input Parameter

- ***sp -*** The dualspace



## Output Parameters

- ***allNodes -*** A `PetscQuadrature` object containing all evaluation nodes
- ***allMat -*** A `Mat` for the node-to-dof transformation





## See Also
 `PetscDualSpace`, `PetscDualSpaceCreate()`, `Mat`, `PetscQuadrature`

## Level
advanced

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


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


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