You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could also evolve scalar equations alongside fields (so coupled ODEs and PDEs). Scenarios where this would be helpful include any global constraints (implemented by Lagrange multiplies).
We would probably need a Data class that can hold a field or FieldCollection as well as a number of scalars (in a dict?). The evolution rate should be calculated quite generally. This all might depend on using py-modelrunner for storage (see #511).
The text was updated successfully, but these errors were encountered:
It would be great if we could also evolve scalar equations alongside fields (so coupled ODEs and PDEs). Scenarios where this would be helpful include any global constraints (implemented by Lagrange multiplies).
We would probably need a
Data
class that can hold a field orFieldCollection
as well as a number of scalars (in a dict?). The evolution rate should be calculated quite generally. This all might depend on usingpy-modelrunner
for storage (see #511).The text was updated successfully, but these errors were encountered: