Replies: 3 comments
-
🔔 UPDATE
|
Beta Was this translation helpful? Give feedback.
-
Hey @tlunet , I've mirrored most of the parameter classes inside the web part to keep things separated and created converter functions to generate web parameters from blockops parameters. It works quite well, but as a request, an additional math notation name for each parameter would be very nice as it can be displayed directly on the website. Maybe something like And it might be more expressive to have a separate And lastly, as a side note, the |
Beta Was this translation helpful? Give feedback.
-
Hey @MichelKrispin, I've just added a |
Beta Was this translation helpful? Give feedback.
-
Hi @MichelKrispin,
I've just introduced a new formulation for the time-integration schemes to be set by the user in the web api, see this notebook for a first quick introduction.
The idea is that you can directly retrieve from the
blockops
library all the implemented time-stepping schemes, along with their parameters, defaults values and documentation ... Normally, it should make your life easy when designing the generic component of the web interface to be used when setting the time-integration scheme.🔔 note that I'll probably add some new time-stepping schemes later, so if you are generic enough when designing the web component, the new time-stepping scheme should be automatically included in the web api as soon as they are implemented in
blockops
, without modifying the website code 😉The whole idea is based on the generic
blockops.utils.params
submodule, please take the time to look at it. In particular, it include some automatic testing for the parameter value from which you can probably benefit. And eventually, if you need anything more, this should be directly added there.Don't hesitate to write here if you have any request / comment / question / ...
Beta Was this translation helpful? Give feedback.
All reactions