Change order of trial and test spaces in form initialization
Registered by
Anders Logg
To account for the change to a(u, v), FFC and DOLFIN need to be updated so that forms are initialized with trial space first, then test space. This is the only change we need to make in the implementation. See the chapter "Finite Element Variational Forms" in the FEniCS book for an explanation.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Essential
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Anders Logg
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- 0.9.11
- Started by
- Marie Rognes
- Completed by
- Marie Rognes
Related branches
Related bugs
Sprints
Whiteboard
Another thing that needs to be done is to update all demos with u before v.
MER: I've attempted to do this. I might have missed some though. Have not looked at forms under /bench etc.
AL: Not necessary. We can change those if/when we edit the benchmarks. I consider this blueprint as done. Thanks!
(?)