-
Notifications
You must be signed in to change notification settings - Fork 28
Thetis meeting agenda 2021 09 17
Date/time of meeting 2021-09-17 11:00 BST
participants: Stephan, Joe, Mariana, Than, Lucas, Anastasia, Tuomas (minutes)
The PR268 allows defining multiple tracers simultaneously and solving them in with a mixed formulation. Currently implements new time integrators that handle the coupled system. It was discussed that maybe a better approach is to define a coupled equation and just pass it to the current time integrators.
The PR267 defines a YAML interface where one can easily declare coupled tracer systems and their source terms. Currently uses sympy to parse the source terms strings to UFL.
For parallel running SWAN is using ADCIRC and a precomputed mesh composition file. Anastasia and Than are wondering if the decomposition could be done with PETSc/Firedrake instead.