petsc-3.11.4 2019-09-28
PetscSpaceSetUp
Construct data structures for the PetscSpace
Synopsis
#include "petscfe.h"
PetscErrorCode PetscSpaceSetUp(PetscSpace sp)
Collective on PetscSpace
Input Parameter
sp -the PetscSpace object to setup
See Also
PetscSpaceView(), PetscSpaceDestroy()
Level
developer
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_Subspace in src/dm/dt/space/impls/subspace/spacesubspace.c
PetscSpaceSetUp_Tensor in src/dm/dt/space/impls/tensor/spacetensor.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages