Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagutils.c38 static PetscErrorCode DMStagGetProductCoordinateArrays_Private(DM dm, void *arrX, void *arrY, void … in DMStagGetProductCoordinateArrays_Private() argument
50 arr[1] = arrY; in DMStagGetProductCoordinateArrays_Private()
127 PetscErrorCode DMStagGetProductCoordinateArrays(DM dm, void *arrX, void *arrY, void *arrZ) in DMStagGetProductCoordinateArrays() argument
130 PetscCall(DMStagGetProductCoordinateArrays_Private(dm, arrX, arrY, arrZ, PETSC_FALSE)); in DMStagGetProductCoordinateArrays()
154 PetscErrorCode DMStagGetProductCoordinateArraysRead(DM dm, void *arrX, void *arrY, void *arrZ) in DMStagGetProductCoordinateArraysRead() argument
157 PetscCall(DMStagGetProductCoordinateArrays_Private(dm, arrX, arrY, arrZ, PETSC_TRUE)); in DMStagGetProductCoordinateArraysRead()
963 static PetscErrorCode DMStagRestoreProductCoordinateArrays_Private(DM dm, void *arrX, void *arrY, v… in DMStagRestoreProductCoordinateArrays_Private() argument
974 arr[1] = arrY; in DMStagRestoreProductCoordinateArrays_Private()
1030 PetscErrorCode DMStagRestoreProductCoordinateArrays(DM dm, void *arrX, void *arrY, void *arrZ) in DMStagRestoreProductCoordinateArrays() argument
1033 PetscCall(DMStagRestoreProductCoordinateArrays_Private(dm, arrX, arrY, arrZ, PETSC_FALSE)); in DMStagRestoreProductCoordinateArrays()
[all …]