petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscDSGetDimensions

Returns the size of the approximation space for each field on an evaluation point

Synopsis

#include "petscds.h" 
PetscErrorCode PetscDSGetDimensions(PetscDS prob, PetscInt *dimensions[])
Not collective

Input Parameter

prob -The PetscDS object

Output Parameter

dimensions -The number of dimensions

See Also

PetscDSGetComponentOffsets(), 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