Replies: 1 comment 2 replies
-
Thanks, @j8xixo12 . If it is doable to enhance to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks @yungyuc to point out in #391 (comment) that the way to access data of SolverConfig and PlotConfig is too wordy.
For exmaple:
modmesh/modmesh/app/euler1d.py
Line 507 in 6e634cd
modmesh/modmesh/app/euler1d.py
Line 511 in 6e634cd
I would like to share my thought of this.
There are some items about this data structure of configuration data:
QtTableView
use index-base way to access it's data, for example:foo[0][1]
foo['var1']['value']
Based on these requirements I think the configuration class should has the following api :
Beta Was this translation helpful? Give feedback.
All reactions