Changes between Initial Version and Version 4 of Ticket #30272
- Timestamp:
- 08/02/20 16:21:30 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30272
- Property Cc mkoeppe added
-
Property
Summary
changed from
Mixed Forms: set_comp, add_comp, comp
toMixed Forms: set_comp, comp
-
Ticket #30272 – Description
initial v4 12 12 }}} 13 13 14 If `A` would be set immutable and `a` is not, this would contradict the behavior of an immutable element. Even if `a` would be set immutable as soon as `A` had been set immutable, this might happen not on the behalf of the user.14 If `A` would be set immutable and `a` is not, this would contradict the behavior of an immutable element. Even if `a` would automatically be set immutable as soon as `A` had been set immutable, this might happen not on the behalf of the user. 15 15 16 16 I'd propose a similar approach as I had done in #30208 for bundle connections, and as it is already known for tensor fields, namely by introducing methods `set_comp` and `comp` (`add_comp` would not be necessary). Then each instance representing a homogeneous component is bound only to the mixed differential form.