Skip to content

use vector norm in htg gradient computation

Charles Gueunet requested to merge charles.gueunet/vtk:FixHTGGradientNorm into master

The previous HTG gradient computation was incomplete as it ignored the masked status and missed a division by the norm of the vector between the neighboring cells. Both these problems are addressed here.

Edited by Charles Gueunet

Merge request reports