:orphan: # PetscSpaceSetUp Construct data structures for the `PetscSpace` ## Synopsis ``` #include "petscfe.h" PetscErrorCode PetscSpaceSetUp(PetscSpace sp) ``` Collective ## Input Parameter - ***sp -*** the `PetscSpace` object to setup ## See Also `PetscSpace`, `PetscSpaceView()`, `PetscSpaceDestroy()` ## Level intermediate ## Location src/dm/dt/space/interface/space.c ## Implementations PetscSpaceSetUp_Point in src/dm/dt/space/impls/point/spacepoint.c
PetscSpaceSetUp_Polynomial in src/dm/dt/space/impls/poly/spacepoly.c
PetscSpaceSetUp_Ptrimmed in src/dm/dt/space/impls/ptrimmed/spaceptrimmed.c
PetscSpaceSetUp_Subspace in src/dm/dt/space/impls/subspace/spacesubspace.c
PetscSpaceSetUp_Sum in src/dm/dt/space/impls/sum/spacesum.c
PetscSpaceSetUp_Tensor in src/dm/dt/space/impls/tensor/spacetensor.c
PetscSpaceSetUp_WXY in src/dm/dt/space/impls/wxy/spacewxy.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/space/interface/space.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)