Skip to content

Fix wss module with partitioned domains

Douglas Serson requested to merge fix/WssParallel into master

This fixes a bug which prevents the wss module from working in parallel. This happens because in parallel the index from the boundary expansions do not necessarily correspond to the boundary region id.

Merge request reports