Replies: 1 comment
-
In my opinion, as long as there are only a few input variables, an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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