#include "petscsnes.h" #include "petscdm.h" PetscErrorCode SNESDMComputeFunction(SNES snes, Vec X, Vec F, void *ptr)Collective on SNES
snes | - the SNES context | |
X | - input vector | |
F | - function vector | |
ptr | - pointer to a structure that must have a DM as its first entry. This ptr must have been passed into SNESDMComputeFunction() as the context. |
Level:intermediate
Location:src/snes/utils/dmsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages