Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dswarm_ex3.c36 PetscReal coorx, coory; in _DMLocatePoints_DMDARegular_IS() local
40 coory = PetscRealPart(coor[2 * p + 1]); in _DMLocatePoints_DMDARegular_IS()
43 mj = (PetscInt)((coory - (-1.0)) / dy); in _DMLocatePoints_DMDARegular_IS()
52 if (coory < -1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
53 if (coory > 1.0) cellidx[p] = DMLOCATEPOINT_POINT_NOT_FOUND; in _DMLocatePoints_DMDARegular_IS()
/petsc/src/dm/tutorials/output/
H A Dswarm_ex1_3.out20 [ 4] coory : Mem. usage = 5.44e-03 (MB) [rank0]
H A Dswarm_ex1_7.out20 [ 4] coory : Mem. usage = 1.60e-03 (MB) [rank0]