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
The volume integral is carried out using the volume_integral_flux function in wave_equation.py.
When the integration is carried out using either the Gauss-Lobatto or the Gaussian quadrature, the code after the else condition is executed.
This gives errors while dealing with a large number of elements.