-
Notifications
You must be signed in to change notification settings - Fork 166
Firedrake meeting 2021 02 03
Date and time 2021-02-03 16:00UTC (16:00GMT)
- Pick Chair and Minuter.
- ALL: (ongoing) triage the open issues and confirm if they are indeed still open (and perhaps provide labels)
Present: DAH, LM, RK, JDB, RNH, NB, KS, SK, CW, PK, SV, KK, TG
Apologies:
See travis
Failing because the name of the ufl package was changed (from ufl
to fenics-ufl
)
Fix: in requirement.txt set #egg=fenics-ufl
Certain operations can be timed in PETSc via timer flags present in the code.
This merge enables to generate a svg file containing the flame graph with the time elapsed for the different timed operations.
Same principle can be applied to time the different firedrake operations (e.g. assemble,solve, etc.).
The nonlocal operator for Helmholtz (complex) is working.
Next step: the adjoint
"Fix passing of nearnullspace in mixed problem to subproblem" #1952: **Merged **
Don't forget to register !
2021-02-10 16:00UTC (16:00GMT)