Home
last modified time | relevance | path

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

/honee/problems/
H A Dchannel.c173 const PetscReal dxbox = domain_size[0] / (faces[0]); in DivDiffFluxVerifyMesh() local
176 PetscInt x_box_index = round(coords[i][0] / dxbox); in DivDiffFluxVerifyMesh()
178 coords[i][0] = (x_box_index - 1) * dxbox + 0.5 * dxbox; in DivDiffFluxVerifyMesh()