petsc-3.12.5 2020-03-29
Report Typos and Errors
PetscDSSetCoordinateDimension
Set the coordinate dimension of the DS, meaning the dimension of the space into which the discretiaztions are embedded
Synopsis
#include "petscds.h"
PetscErrorCode
PetscDSSetCoordinateDimension
(
PetscDS
prob,
PetscInt
dimEmbed)
Logically collective on prob
Input Parameters
prob
- The
PetscDS
object
dimEmbed
- The coordinate dimension
See Also
PetscDSGetCoordinateDimension
(),
PetscDSGetSpatialDimension
(),
PetscDSGetNumFields
(),
PetscDSCreate
()
Level
beginner
Location
src/dm/dt/interface/dtds.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages