#include "petscdmda.h" PetscErrorCode DMDAProjectFunction(DM dm, void (**funcs)(const PetscReal [], PetscScalar *, void *), void **ctxs, InsertMode mode, Vec X)
dm | - The DM | |
funcs | - The coordinate functions to evaluate | |
ctxs | - Optional array of contexts to pass to each coordinate function. ctxs itself may be null. | |
mode | - The insertion mode for values |
Level:developer
Location:src/dm/impls/da/dalocal.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages