petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexSNESComputeResidualFEM

Form the local residual F from the local input X using pointwise functions specified by the user

Synopsis

#include "petscdmplex.h" 
#include "petscsnes.h"   
PetscErrorCode DMPlexSNESComputeResidualFEM(DM dm, Vec X, Vec F, void *user)

Input Parameters

dm - The mesh Many br
X - Local solution Many br
user - The user context Many br

Output Parameter

F -Local output vector Many br

Many br

See Also

DMPlexComputeJacobianActionFEM()

Level:developer
Location:
src/snes/utils/dmplexsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages