#include "petscdmplex.h" #include "petscsnes.h" PetscErrorCode DMPlexRestoreCellFields(DM dm, PetscInt cStart, PetscInt cEnd, Vec locX, Vec locX_t, Vec locA, PetscScalar **u, PetscScalar **u_t, PetscScalar **a)
dm | - The DM Many br | |
cStart | - The first cell to include Many br | |
cEnd | - The first cell to exclude Many br | |
locX | - A local vector with the solution fields Many br | |
locX_t | - A local vector with solution field time derivatives, or NULL Many br | |
locA | - A local vector with auxiliary fields, or NULL Many br |
u | - The field coefficients Many br | |
u_t | - The fields derivative coefficients Many br | |
a | - The auxiliary field coefficients Many br |
Many br
Level:developer
Location:src/snes/utils/dmplexsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages