PETSc version 3.16.6
Fix/Edit manual page

DMDAVecRestoreArrayDOFWrite

Restores a multiple dimension array obtained with DMDAVecGetArrayDOFWrite()

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDAVecRestoreArrayDOFWrite(DM da,Vec vec,void *array)
Not Collective

Input Parameters

da - the distributed array
vec - the vector, either a vector the same size as one obtained with DMCreateGlobalVector() or DMCreateLocalVector()
array - the array

See Also

DMDAGetGhostCorners(), DMDAGetCorners(), VecGetArray(), VecRestoreArray(), DMDAVecGetArray(), DMDAVecGetArrayDOF(), DMDAVecRestoreArrayDOF(),
DMDAVecGetArrayWrite(), DMDAVecRestoreArrayWrite(), DMDAVecGetArrayWrite(), DMDAVecRestoreArrayWrite(), DMStagVecRestoreArrayDOFWrite(), DMStagVecRestoreArrayDOFRead(), DMStagVecRestoreArrayDOFRead()

Level

intermediate

Location

src/dm/impls/da/dagetarray.c

Examples

src/ksp/ksp/tutorials/ex34.c.html

Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages