-
Hi, is there a way to configure the 'LinearAssembler' solver such that it outputs the linear state-space matrix (A & B) ? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
ngoiz
Mar 28, 2021
Replies: 1 comment 1 reply
-
Have a look at the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ArturoMS13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at the
SaveData
post-processor (inpostprocs/savedata.py
, for some reason the docs don't always compile for this postproc). Adding it at the end of theflow
after you have assembled the linear system will save it to file (make sure you turn the settingsave_linear = on
.