petsc-3.3-p7 2013-05-11
DMDASetLocalJacobian
Caches in a DM a local Jacobian computation function
Synopsis
#include "petscdmda.h"
#undef __FUNCT__
#define __FUNCT__ "DMDASetLocalJacobian"
PetscErrorCode DMDASetLocalJacobian(DM da,DMDALocalFunction1 lj)
Logically Collective on DMDA
Input Parameter
| da | - initial distributed array
|
| lj | - the local Jacobian
|
Keywords
distributed array, refine
See Also
DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMDestroy(), DMDAGetLocalFunction(), DMDASetLocalFunction()
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
Examples
src/snes/examples/tutorials/ex4.c.html
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex7.c.html
src/snes/examples/tutorials/ex8.c.html
src/snes/examples/tutorials/ex15.c.html
src/snes/examples/tutorials/ex5f.F.html