-
Notifications
You must be signed in to change notification settings - Fork 35
current sensor: math solver implementation #954
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
Conversation
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
… feature/current-sensor-math-solver
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
4 sonar cloud warnings are intended TODO's for when NRSE current sensors are implemented; the other 2 are also already in |
… feature/current-sensor-math-solver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, only minor comments.
...model_c/power_grid_model/include/power_grid_model/math_solver/iterative_linear_se_solver.hpp
Outdated
Show resolved
Hide resolved
...model_c/power_grid_model/include/power_grid_model/math_solver/iterative_linear_se_solver.hpp
Outdated
Show resolved
Hide resolved
...model_c/power_grid_model/include/power_grid_model/math_solver/iterative_linear_se_solver.hpp
Outdated
Show resolved
Hide resolved
...model_c/power_grid_model/include/power_grid_model/math_solver/iterative_linear_se_solver.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
|
Part of #547 .
Adds the logic for current sensor to math solver.