QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
9 stars 5 forks source link

Volume integral not computed for large number of elements #46

Open Balavarun5 opened 7 years ago

Balavarun5 commented 7 years ago

Commit : 401a43b0dfc43b29bebfdfa96e20a189733d8316

Issue

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.