petsc-3.3-p7 2013-05-11

DMDAGetLocalJacobian

Gets from a DM a local jacobian

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDAGetLocalJacobian(DM da,DMDALocalFunction1 *lj)
Not Collective

Input Parameter

da -initial distributed array

Output Parameter

lj -the local jacobian

Keywords

distributed array, refine

See Also

DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMDestroy(), DMDAGetLocalFunction(), DMDASetLocalJacobian()

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