Replies: 2 comments 1 reply
-
In my opinion, as long as there are only a few input variables, an |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe once we have the 0.2 almost completed, we can try with a init problem in the zoo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started creating a gallery/zoo of different problems directly in the PINA source code (https://github.com/mathLab/PINA/blob/0.2/pina/problem/zoo/poisson_2d_square.py). Of course, it's too difficult (and probably no sense) to have a complete generalization, but I would like an easy way to change the domain (or the size of the domain), the forcing term, the boundary conditions, ...
The two options @FilippoOlivo and I thought are:
PoissonSquare(x_range=[0, 1], y_range=[4, 6], force_term=...)
)What do you think? Which option is better in your opinion?
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions