petsc-3.7.5 2017-01-01
Report Typos and Errors

DMPlexRestoreCellFields

Restore the field values values for a chunk of cells

Synopsis

#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)

Input Parameters

dm - The DM
cStart - The first cell to include
cEnd - The first cell to exclude
locX - A local vector with the solution fields
locX_t - A local vector with solution field time derivatives, or NULL
locA - A local vector with auxiliary fields, or NULL

Output Parameters

u - The field coefficients
u_t - The fields derivative coefficients
a - The auxiliary field coefficients

See Also

DMPlexGetFaceFields()

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