SoloEvent influencing timestep outside of application
Open
@cssherman is already working on this.
Since Feb 14, 2022.
type: bug
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
Describe the bug
Defining a SoloEvent with a maxEventDt will influence the event manager dt before the target time. This should only be the case when matching the exact time for the event, or during the event.
To Reproduce
Add a SoloEvent that looks like the following:
<Events>
<SoloEvent
name="testEvent"
maxEventDt="1"
targetTime="60"/>
<PeriodicEvent
name="solverApplication"
target="/Solvers/lagsolve"
maxEventDt="60"/>
</Events>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.