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