Different Conditions #302
Closed
dario-coscia
started this conversation in
Ideas
Replies: 3 comments
|
I completely agree! Also, we can use the I would add the The classes so to have are:
What do you think? Do you see any criticality? |
0 replies
|
I completely agree, this looks very helpful for future maintenance! Will the user use only |
0 replies
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.
At the moment PINA offers only
Conditionas a class that takes as inputinput_points/output_points,input_points/equation,location/output_points,location/equation.In this framework, it is not possible to write periodic boundary conditions... There is the
PeriodicBoundaryEmbeddingin PINA which is a nice workaround, but it is not the same as implementing a soft loss. It would be nice to havePeriodicConditionsor, more in general,ConditionsInterfaceso that the user can define its own condition. What do you think?All reactions