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
Issue: The functions test_wave_equation_2d.py::test_A_matrix and test_waveEqn.py::test_volume_integral_flux are failing when the backend is set to opencl. They pass when the backend is cpu or cuda.
The text was updated successfully, but these errors were encountered:
The reference values for the A matrix were being calculated using LGL points with accuracy only till 4th place of decimal. Correcting it results in the error to reduce to machine error.
Commit: 90e4f16
Issue: The functions
test_wave_equation_2d.py::test_A_matrix
andtest_waveEqn.py::test_volume_integral_flux
are failing when the backend is set toopencl
. They pass when the backend iscpu
orcuda
.The text was updated successfully, but these errors were encountered: