Changes between Version 8 and Version 9 of Ticket #28159, comment 21
- Timestamp:
- 07/26/19 19:24:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28159, comment 21
v8 v9 3 3 I think, one should do the following: Implement arbitrary tensor product sections on one particular vector bundle and apply and adapt the construction as it is done for tensor fields, and then derive tensor fields from this more general construction. Or even better: Implement tensor product sections of mixed vector bundles over the same base space (e.g. `\Gamma(E \otimes E^* \otimes \Lambda^k F)`). 4 4 5 Unfortunately, I'm running out of time. Moreover, for this endeavour, you need to understand the whole code around tensor fields quite perfectly. I would implement just simple sections for now and apply the above compromise. Maybe I can try this generalization after my thesis or one of you is willing to take the effort.5 Unfortunately, I'm running out of time. Moreover, for this endeavour, you need to understand the whole code around tensor fields quite perfectly. I would implement just simple sections for now and apply the compromise we agreed above. Maybe I can try this generalization after my thesis or one of you is willing to take the effort. 6 6 7 7 However, simple sections seem enough for the beginning because it is possible to construct aforementioned sections by constructing the corresponding bundles and then defining simple sections on them. However imao, the way above is the most flexible and overall convenient.