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

DMPlexReconstructGradientsFVM

reconstruct the gradient of a vector using a finite volume method.

Synopsis

#include "petscdmplex.h" 
#include "petscsnes.h"   
PetscErrorCode DMPlexReconstructGradientsFVM(DM dm, Vec locX, Vec grad)

Input Parameters

dm - the mesh Many br
locX - the local representation of the vector Many br

Output Parameter

grad -the global representation of the gradient Many br

Many br

See Also

DMPlexSNESGetGradientDM()

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