petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscSpaceSetUp

Construct data structures for the PetscSpace

Synopsis

#include "petscfe.h"  
PetscErrorCode PetscSpaceSetUp(PetscSpace sp)
Collective on sp

Input Parameter

sp -the PetscSpace object to setup

See Also

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_Subspace in src/dm/dt/space/impls/subspace/spacesubspace.c
PetscSpaceSetUp_Tensor in src/dm/dt/space/impls/tensor/spacetensor.c

Index of all SPACE routines
Table of Contents for all manual pages
Index of all manual pages