Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex23.c57 PetscReal low[3], high[3], midy; in DivideDomain() local
67 midy = 0.5 * (high[1] - low[1]); in DivideDomain()
73 if (centroid[1] > midy) PetscCall(DMLabelSetValue(top, c, 1)); in DivideDomain()