-
Create a substitute for the MSL Hysteresis
-
In `Models/CMakeLists.txt` a model depends of dynawo_ModelManager and dynawo_ModelManager depends of dynawo_SolverKINSOL. Mayber we can separate dynawo_SolverKINSOL into two libraries to have KINSubMo…
-
In the current implementation, in the method to addTerm in the Jacobian matrix, the dynawo precision is used to filter the terms to use (only non zero elements are added).
Nevertheless, in some cas…
-
- rename `ci-release.yml` in `nightly-release.yml`
- use distrib, distrib-omc and distrib-headers instead of zipping the deploy folder
- store the 3 versions mentionned above in the assets
- make n…
-
In NonElectrical/Blocks, the following models should be added (in Continuous or NonLinear depending on the model, the same sort of classification as in the MSL should be used) :
Add4, ApproximatedDe…
-
Required in order MPI use in algorithm to compile on production servers
-
-
```
In file included from /local/partage/install/googletest/install/1.5.0/include/gtest/gtest.h:57,
from /local/home/dynamo/jenkins/dynawo-unit-test/DYNAWO_CXX11_ENABLED/NO/SLAVE/GR…
-
Although the cpplint wrapper considers only source files with `.cpp` extension, the `CPPLINT.cfg` file is missing a line
```
extensions=cpp,h,hpp,hxx
```
that is present in dynawo. Without this l…
-
I'm a computer science major rather than a major in this field of power grid, so my question may have common sense error.
I find that power flow is calculated to return the next state after takin…