DMPlexComputeBdResidualSingle#
Compute the local boundary residual
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexComputeBdResidualSingle(DM dm, PetscWeakForm wf, PetscFormKey key, Vec locX, Vec locX_t, PetscReal t, Vec locF)
Not collective
Input Parameters#
dm - The output
DMwf - The
PetscWeakFormholding forms on this boundarykey - The
PetscFormKeyindicating what should be integratedlocX - The local solution
locX_t - The time derivative of the local solution, or
NULLfor time-independent problemst - The time
Output Parameter#
locF - The local residual
See Also#
DMPlexComputeBdResidualSingleByKey(), DMPlexComputeJacobianByKey(), DMPlexComputeResidualHybridByKey(), DMPlexComputeJacobianHybridByKey(), PetscFormKey
Level#
developer
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages