Skip to content

Fix bug with artificial diffusion when running in parallel

Dave Moxey requested to merge fix/artificialdiffusion-parallel into master

This MR fixes a deadlock that occurs when artificial diffusion on the compressible flow solver (or indeed potentially anything that uses DiffusionLDG) is used in parallel.

Merge request reports