petsc-3.3-p7 2013-05-11

DMDAGetLocalFunction

Gets from a DM a local function and its ADIC/ADIFOR Jacobian

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDAGetLocalFunction(DM da,DMDALocalFunction1 *lf)
Note Collective

Input Parameter

da -initial distributed array

Output Parameter

lf -the local function

Keywords

distributed array, refine

See Also

DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMDestroy(), DMDAGetLocalJacobian(), 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