Changes between Initial Version and Version 1 of Ticket #30209
- Timestamp:
- 07/23/20 20:40:57 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30209 – Description
initial v1 1 Connection forms, the foundation of the bundle connection implementation, obey certain change of frame formulas. This ticket is devoted to its implementation. 1 Connection forms, the foundation of the bundle connection implementation, obey certain change of frame formulas. This ticket is devoted to its implementation. Furthermore, a method `add_forms_by_continuation` is strived, similar to `add_comp_by_continuation` in the tensor field case. 2 2 3 On the same occasion, it will be possible to apply bundle connections to a pair `(s, X)`, where `s` is a section of the vector bundle and `X` is a vector field on the base space. This will probably be implemented in another ticket.3 On the same occasion, it will then be possible to apply bundle connections to a pair `(s, X)`, where `s` is a section of the vector bundle and `X` is a vector field on the base space. This will probably be implemented in another ticket. 4 4 5 5 See [https://en.wikipedia.org/wiki/Connection_form#Connection_forms Wikipedia] for details.