#include "petscdmda.h" PetscErrorCode DMDAGetLogicalCoordinate(DM da,PetscScalar x,PetscScalar y,PetscScalar z,PetscInt *II,PetscInt *JJ,PetscInt *KK,PetscScalar *X,PetscScalar *Y,PetscScalar *Z)Collective on DMDA Many br
da | - the distributed array Many br | |
x,y,z | - the physical coordinates Many br |
II, JJ, KK | - the logical coordinate (-1 on processes that do not contain that point) Many br | |
X, Y, Z, | - (optional) the coordinates of the located grid point Many br |
Many br
Level:advanced
Location:src/dm/impls/da/dasub.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages