QuazarTech / DG_Maxwell

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

Code not vectorized when N_LGL != N_quad #53

Open Balavarun5 opened 6 years ago

Balavarun5 commented 6 years ago

Commit: 5a0b7437f411cce7eb85156f44c13a788c2a54e1

Issue

When N_quad != N_LGL, the code is not vectorized. This results in decreasing the speed of the code. This needs to be fixed