DAFormFunctionLocal

This is a universal function evaluation routine for a local DA function.

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DAFormFunctionLocal(DA da, DALocalFunction1 func, Vec X, Vec F, void *ctx)
Collective on DA

Input Parameters

da - the DA context
func - The local function
X - input vector
F - function vector
ctx - A user context

See Also

DASetLocalFunction(), DASetLocalJacobian(), DASetLocalAdicFunction(), DASetLocalAdicMFFunction(),
SNESSetFunction(), SNESSetJacobian()

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