petsc-3.8.4 2018-03-24
Report Typos and Errors

DMPlexComputeIntegralFEM

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

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexComputeIntegralFEM(DM dm, Vec X, PetscReal *integral, void *user)

Input Parameters

dm - The mesh
X - Local input vector
user - The user context

Output Parameter

integral -Local integral for each field

See Also

DMPlexComputeResidualFEM()

Level:developer
Location:
src/dm/impls/plex/plexfem.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages