Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parallel boundary statistics in SaveScalars #462

Merged
merged 1 commit into from
May 6, 2024
Merged

Commits on Apr 16, 2024

  1. Fix parallel boundary statistics in SaveScalars

    Fix bug reported in http://elmerfem.org/forum/viewtopic.php?t=8290
    
    Issue is that the solver % Matrix structure is related to the main solver variable; If statistics are done on a given component  the number of DOFs is 1, and not the DOFs of the solver % variable.
    
    Maybe we could still rely on the old test :
    IF( Mesh % ParallelInfo % NeighbourList(j) % Neighbours(1) /= ParEnv % MyPE ) CYCLE to skip nodes that are ot owned by the current PE?
    fgillet committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    46cd273 View commit details
    Browse the repository at this point in the history