#include "petscda.h" int DARestoreAdicMFArray(DA da,PetscTruth ghosted,void **iptr,void **array_start,int *tdof)
da | - information about my local patch | |
ghosted | - do you want arrays for the ghosted or nonghosted patch? |
ptr | - array data structure to be passed to ad_FormFunctionLocal() | |
array_start | - actual start of 1d array of all values that adiC can access directly | |
tdof | - total number of degrees of freedom represented in array_start |
Level:advanced
Location:src/dm/da/src/dalocal.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages