Integration of FEniCS with this optimization #34
-
Hi
if i made a function of elastic problem elastic_beam(mu) with mu is the parameter. so should i remove the bold solver setup and just place the fenics function which is giving the stresses. Should The output of the numerical solver be equal to or greater than two columns? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello! Thank you for your interest in using piglot! Currently, the guide for implementing a new solver can be found here, which can be easily adapted to your use case by calling your Additionally, we can implement an alternative version using a small wrapper solver around your existing function. This will also be helpful for other users. If you wish, we can quickly get this variant working for you to try. Regarding the output, |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay! The refactoring is in progress, and we may have a minimally functional version of the next interface. I have pushed the WIP to There is also a new script-based solver that is a bit simpler as well. Quick example:
|
Beta Was this translation helpful? Give feedback.
We got a quick version of this feature in the branch
script_solver
. To test it, we used the following files:config.yaml
: