sim window save/load

This commit is contained in:
2026-07-21 14:01:55 +02:00
parent cdfc891980
commit ddc004dee5
12 changed files with 532 additions and 164 deletions

27
BEdit/m_Test-results.json Normal file
View File

@@ -0,0 +1,27 @@
{
"format": "bedit-simulation-results",
"version": 1,
"modelName": "m_Test",
"status": {
"phase": "Simulation finished",
"currentStepSize": 0.0,
"time": 10.0,
"progress": 10000
},
"messages": [
{
"stream": "LOG_SUCCESS",
"type": "info",
"text": "The initialization finished successfully without homotopy method."
},
{
"stream": "LOG_SUCCESS",
"type": "info",
"text": "The simulation finished successfully."
}
],
"traces": [],
"metadata": {
"processResult": 0
}
}