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#

See Also#

PetscDS, PetscPointFn, PetscDSSetUpdate(), PetscDSSetResidual()

Level#

intermediate

Location#

src/dm/dt/interface/dtds.c


Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages