#include "petscdmda.h" #undef __FUNCT__ #define __FUNCT__ "DMDASetLocalJacobian" PetscErrorCode DMDASetLocalJacobian(DM da,DMDALocalFunction1 lj)Logically Collective on DMDA
da | - initial distributed array | |
lj | - the local Jacobian |
Notes: The routine SNESDAFormFunction() uses this the cached function to evaluate the user provided function.
Level:intermediate
Location:src/dm/impls/da/da2.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages