-
Notifications
You must be signed in to change notification settings - Fork 177
Firedrake meeting 2020 06 16
Date and time 2020-06-16 15:00UTC (16:00BST)
- Choose someone to minute and chair
- 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). Try an alternative description and make previously agreed changes.
- **: Think about the correct mathematical formulation for Filtered
- DH:
Find time to fix to get final complex sprint test passing.Now passingContinue reviewing - **: Add
--remove-build-filesto make install smaller; convert this to an issue
Present: David Ham, Lawrence Mitchell, Dan Shapero, Jack Betteridge, Koki Sagiyama, Rob Kirby, Reuben Hill, Paul Kelly, Nacime Bouziani, Tom Gregory, Sophia Vorderwuelbecke
Apologies:
Github is rolling out "Discussions". Perhaps we should migrate user questions rather than having issues for things.
Going in right direction. Merge instructions for uploading configure/update.log etc...
The DMSwarm interaction with gc is not a worry, but other nondeterministic things
Mapping just a Projection (V \to V).
Proposal that in UFL it just says "here is a projection that decomposes V". Then we have enough maths to define the properties that this object has.
Implementation puts it probably between local and global assembly.
User interface for Mapping -> mimic DirichletBC?
DirichletBC(V, g, subdomain)
Mapping(V, V', g, subdomain)
Question: is it ever the case that V != V'.
Two parts:
- Symbolics (what is the UFL thing and how does it transform, etc...)
- Implementation. There is a hierarchy here.
0. What features does this enable for users?
- What does the user interface look for different levels of things:
DirichletBCreplacement, rotated boundaries, etc... - What does the implementation of these things look like (and where does it go?).
- What does the user interface look for different levels of things:
Symbolic etc... code generation.
JDB: talk to Matt Knepley/Chris Richardson
LM: ping DUNE/NGSolve folk.
2020-06-23 15:00UTC (16:00BST)