Home
last modified time | relevance | path

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

/honee/problems/
H A Dchannel.c176 PetscInt x_box_index = round(coords[i][0] / dxbox); in DivDiffFluxVerifyMesh() local
177 if (x_box_index % 2) { in DivDiffFluxVerifyMesh()
178 coords[i][0] = (x_box_index - 1) * dxbox + 0.5 * dxbox; in DivDiffFluxVerifyMesh()