#include "petscda.h" #undef __FUNCT__ #define __FUNCT__ "DASetLocalJacobian" int DASetLocalJacobian(DA da,DALocalFunction1 lj)Collective on DA
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/da/src/da2.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages