dougshidong / PHiLiP

Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
Other
45 stars 37 forks source link

Fix 3D quadrature bug in weak DG from PR #241. #248

Closed dougshidong closed 1 year ago

dougshidong commented 1 year ago

In PR #241 , moving the code block responsible for obtanining the face_quadrature led to a bug in the 3D version of the code.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dougshidong commented 1 year ago

Fixes #247