Searched refs:nyF (Results 1 – 1 of 1) sorted by relevance
180 const PetscInt nyF = mx * (dim > 2 ? mz : 1); in DMDAGetNumFaces() local181 const PetscInt nYF = dim > 1 ? (my + 1) * nyF : 0; in DMDAGetNumFaces()196 *numYFacesY = nyF; in DMDAGetNumFaces()