Home
last modified time | relevance | path

Searched refs:a2d (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/autodiff/adolc-utils/
H A Dinit.cxx109 PetscErrorCode GiveGhostPoints2d(DM da, T *cgs, T **a2d[]) in GiveGhostPoints2d() argument
115 for (PetscInt j = 0; j < gym; j++) (*a2d)[j] = cgs + j * gxm - gxs; in GiveGhostPoints2d()
116 *a2d -= gys; in GiveGhostPoints2d()