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
In experimentation with the Linear Euler 2D class on the pumpkin mesh, I've found that the ResetBoundaryCondition method does not update the sideInfo_gpu property. This can easily be fixed by calling this%UpdateDevice in the ResetBoundaryCondition method in the src/SELF_Mesh2D_t.f90 module.
The text was updated successfully, but these errors were encountered:
In experimentation with the Linear Euler 2D class on the pumpkin mesh, I've found that the ResetBoundaryCondition method does not update the
sideInfo_gpu
property. This can easily be fixed by callingthis%UpdateDevice
in theResetBoundaryCondition
method in thesrc/SELF_Mesh2D_t.f90
module.The text was updated successfully, but these errors were encountered: