PetscDSSetCoordinateDimension#
Set the coordinate dimension of the PetscDS, meaning the dimension of the space into which the discretiaztions are embedded
Synopsis#
#include "petscds.h" 
PetscErrorCode PetscDSSetCoordinateDimension(PetscDS prob, PetscInt dimEmbed)
Logically Collective
Input Parameters#
- prob - The - PetscDSobject
- dimEmbed - The coordinate dimension 
See Also#
PetscDS, PetscDSGetCoordinateDimension(), PetscDSGetSpatialDimension(), PetscDSGetNumFields(), PetscDSCreate()
Level#
beginner
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages