-
Notifications
You must be signed in to change notification settings - Fork 177
Firedrake meeting 2020 05 12
Date and time 2020-05-12 15:00UTC (16:00BST)
- ALL: (ongoing) triage the open issues and confirm if they are indeed still open (and perhaps provide labels)
- KS, (DH, LM): Document describing what we think the mixed domain interface should look like (and hence what is needed in UFL, and whether it matches the existing fenics efforts).
-
DRS: Open PR for stream plotSee PR #1670. Review required -
JB: Add mechanism for python3.8Someone: test this. - DH: Find time to fix to get final complex sprint test passing.
-
ALL: Someone to look at TSFC merge needed as part of complex sprint.Miklos approved. DH: Find time to sort out Jenkins to run in real and complex mode.LM: Add any action items that may have been accidentally removed.
Present: David Ham, Lawrence Mitchell, Colin Cotter, Daniel R. Shapero, Jack Betteridge, Koki Sagiyama, Nacime Bouziani, Paul Kelly, Reuben Hill, Robert Kirby, Sophia Vorderwuelbecke, Tom Gregory
Apologies:
DRS: Put animation in notebook (Burger's equation)
Jenkins: working in real/complex modes. Hoping to get the following working:
- complex docker container
- pyadjoint in parallel
loopy: LM fixed conflicts when back merging, but many things are broken. -> cherry pick type changes?
Other branches: ufl: merged tsfc: good to go PyOP2: straightforward
All: If you want your branch tested on Jenkins, use "Draft Pull Request" feature on Github.
Plan: Merge PyOP2 and tsfc first, and, while waiting for ufl to be merged in FEniCS/ufl, review firedrake branch.
NB: Make a PR in FEniCS/ufl
Desirable to be able to save multiple meshes (and associated data) PETSc currently designs namespace etc. following convention of standard visualisation tools.
DRS: Wait for some more PETSc development
Expression assinment. Assignment to mixed functions is required, e.g., for RK time integration. LM explained four assignment types, L=R. For mixed function assignment, we need a kernel for each set in the mixed set.
Comments on caching: Firedrake caches for:
- assembly
- interpolation (with Interpolator object)
- pointwise assignement
Three types of caching:
- on disk (very slow)
- in memory (slow)
- on the form
For large time dependent problems, this must be done efficiently.
PR created: https://github.com/FEniCS/ufl/pull/22
KS: Add documentation to ufl/doc.
2020-05-19 15:00UTC (16:00BST)