Searched refs:maxCellNew (Results 1 – 1 of 1) sorted by relevance
2190 PetscReal maxCellNew[3]; in DMPlexTransformSetCoordinates() local2192 for (d = 0; d < dEo; ++d) maxCellNew[d] = maxCell[d] / 2.0; in DMPlexTransformSetCoordinates()2193 PetscCall(DMSetPeriodicity(rdm, maxCellNew, Lstart, L)); in DMPlexTransformSetCoordinates()