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

DMPlexTSComputeRHSFunctionFVM

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

Synopsis

#include "petscdmplex.h" 
#include "petscts.h" 
PetscErrorCode DMPlexTSComputeRHSFunctionFVM(DM dm, PetscReal time, Vec locX, Vec F, void *user)

Input Parameters

dm - The mesh Many br
t - The time Many br
locX - Local solution Many br
user - The user context Many br

Output Parameter

F -Global output vector Many br

Many br

See Also

DMPlexComputeJacobianActionFEM()

Level:developer
Location:
src/ts/utils/dmplexts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex11.c.html