HELICS
HELICS copied to clipboard
Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
### Summary If merged this pull request will add callback federate capability
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.3.0 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.3.0...v1.3.1) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v3.0.0-alpha.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.1)
### Summary If merged this pull request will merge the doc changes from main into develop ### Proposed changes
### Summary If merged this pull request will add some more background to the documentation of the iteration example as well as show plots comparing results when iteration is used...
It would be nice if when I ran the following: ``` helics_broker -f3 --profiler=profile.txt ``` and a `profile.txt` file already exists, it writes to the file as though it were...
**Describe the bug** Iterations out of synchronization if the federates have different speeds. **What is the expected behavior?** Like the time step synchronization, iterations are supposed to be synchronized. **To...
### Summary If merged this pull request will add a test for the TCP federate for increasing loads of message sizes. ### Proposed changes The test will create a TCP...
Morning Everyone, I attempted a helics 2.8 + Matlab installation using the DBUILD_MATLAB_INTERFACE = ON in the cmake. The installation worked out perfectly and I got this output during the...
Currently the output of the "data_flow_graph" query for subscriptions shows the following (for example): ```json "inputs" : [ { "federate" : 131072, "handle" : 5 }, { "federate" : 131072,...