Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
1312c10f
Commit
1312c10f
authored
Feb 02, 2020
by
Markus Mirz
Browse files
Merge branch 'msp-adaptions' into 'master'
Msp adaptions See merge request acs/public/simulation/dpsim!133
parents
ff11c497
e557a05a
Changes
3
Hide whitespace changes
Inline
Side-by-side
grid-data
@
732a79cc
Compare
96a84a54
...
732a79cc
Subproject commit
96a84a5454aa60735229945dfa994d365838a988
Subproject commit
732a79cc615c5b539fba5156008a1232c358c419
Source/MNASolver.cpp
View file @
1312c10f
...
...
@@ -385,8 +385,9 @@ void MnaSolver<VarType>::steadyStateInitialization() {
Int
timeStepCount
=
0
;
Real
time
=
0
;
Real
eps
=
0.0001
;
Real
maxDiff
=
0
,
max
=
0
;
Matrix
diff
;
Real
maxDiff
=
1.0
;
Real
max
=
1.0
;
Matrix
diff
=
Matrix
::
Zero
(
2
*
mNumNodes
,
1
);
Matrix
prevLeftSideVector
=
Matrix
::
Zero
(
2
*
mNumNodes
,
1
);
for
(
auto
comp
:
mSystem
.
mComponents
)
...
...
Source/Simulation.cpp
View file @
1312c10f
...
...
@@ -229,6 +229,7 @@ void Simulation::schedule() {
mSLog
->
info
(
"Scheduling tasks."
);
prepSchedule
();
mScheduler
->
createSchedule
(
mTasks
,
mTaskInEdges
,
mTaskOutEdges
);
mSLog
->
info
(
"Scheduling done."
);
}
#ifdef WITH_GRAPHVIZ
...
...
Markus Mirz
@markus.mirz
mentioned in commit
5efd6748
·
Feb 13, 2020
mentioned in commit
5efd6748
mentioned in commit 5efd6748cc587db08118d18bf165988d90cc2c19
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment