PetscDSGetUpdate#
Get the pointwise update function for a given field
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSGetUpdate(PetscDS ds, PetscInt f, PetscPointFn **update)
Not Collective
Input Parameters#
ds - The
PetscDS
f - The field number
Output Parameter#
update - update function, see
PetscPointFn
See Also#
PetscDS
, PetscPointFn
, PetscDSSetUpdate()
, PetscDSSetResidual()
Level#
intermediate
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages