#include "petscdm.h" PetscErrorCode DMSetLocalFunction(DM dm, PetscErrorCode (*lf)(DM, Vec, Vec, void *))Not collective
dm | - The DM | |
lf | - The local residual function |
lf (SNES snes, Vec x, Vec f, void *ctx);
snes | - the SNES context | |
x | - local vector with the state at which to evaluate residual | |
f | - local vector to put residual in | |
ctx | - optional user-defined function context |
Level:intermediate
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages