petsc-3.11.4 2019-09-28
DMDAGetDof
Gets the number of degrees of freedom per vertex
Synopsis
#include "petscdmda.h"
PetscErrorCode DMDAGetDof(DM da, PetscInt *dof)
Not collective
Input Parameter
da -The DMDA
Output Parameter
dof -Number of degrees of freedom
Keywords
distributed array, degrees of freedom
See Also
DMDASetDof(), DMDACreate(), DMDestroy(), DMDA
Level
intermediate
Location
src/dm/impls/da/da.c
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages