PetscDSGetHeightSubspace#
Get the PetscDS for the trace subspace at a given height in the mesh.
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSGetHeightSubspace(PetscDS prob, PetscInt height, PetscDS *subprob)
Not Collective
Input Parameters#
prob - the
PetscDSheight - the height (0 for the ambient cell, 1 for faces, etc.)
Output Parameter#
subprob - the
PetscDSfor the trace subspace;probitself is returned whenheightis 0
Note#
Only PetscFE discretizations are currently supported.
See Also#
PetscDS, PetscFE, PetscFEGetHeightSubspace(), PetscDSGetSpatialDimension()
Level#
developer
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages