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

Function triggered PeriodicEvent does not work properly in parallel #3146

Open
jafranc opened this issue May 29, 2024 · 0 comments · May be fixed by #3147
Open

Function triggered PeriodicEvent does not work properly in parallel #3146

jafranc opened this issue May 29, 2024 · 0 comments · May be fixed by #3147
Assignees
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention

Comments

@jafranc
Copy link
Contributor

jafranc commented May 29, 2024

Describe the bug
When set-up like this on a central region c2

    <PeriodicEvent
      name="ConditionalDump"
            logLevel="2"
            maxEventDt="0.1"
            function="sg"
            threshold="0.1"
            object="/Problem/domain.../region2/elementSubRegions/c2"
            stat="0" // min
            target="/Outputs/vtkOutput"/>

in an adaptation of buckleyLeverett_base the min and average seems to be missing in parallel.
The max (resp. option stat="2") return 1e10.

There is few adjustment to be made both in PeriodicEvent and FunctionBase to correct the behavior (see #3147)

@jafranc jafranc added type: bug Something isn't working type: new A new issue has been created and requires attention labels May 29, 2024
@jafranc jafranc self-assigned this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: new A new issue has been created and requires attention
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant