You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm simulating the temperature changing in a 2D scene. For every direction, I use laplacian += new_lap to compute the laplacian of temperature filed. For four points who are symmetrical to each other, this value is expected to be same. But in fact they are not.
Describe the bug
I'm simulating the temperature changing in a 2D scene. For every direction, I use
laplacian += new_lap
to compute the laplacian of temperature filed. For four points who are symmetrical to each other, this value is expected to be same. But in fact they are not.To Reproduce
Log/Screenshots
if you print all outputs into a file, from line 444 to line 463, you will see (the empty lines are added by myself) :
Columns directed by blue arrow: left column is
new_lap
and right column islaplacian
.Additional comments
The text was updated successfully, but these errors were encountered: