Changes between Version 10 and Version 11 of Ticket #28519
- Timestamp:
- 09/23/19 07:37:25 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28519 – Description
v10 v11 4 4 - now, mixed form components are declared as copies 5 5 - `set_form_name()` method is added 6 - now, the `display()` method displays only names 7 - `display_expansion()` method is added; `display_expansion()` shows the expansion in a particular frame and chart 6 8 7 9 **Scalar Fields** 8 10 9 - scalar field can be partially defined in one top chart domain, so the display method was misleading in this case. This is now fixed: the `display()` method shows ''all'' the known expressions. For each such expression, the greatest domain, where this isexpression is known, is displayed.11 - scalar field can be partially defined in one top chart domain, so the display method was misleading in this case. This is now fixed: the `display()` method shows ''all'' the known expressions. For each such expression, the greatest domain, where this expression is known, is displayed. 10 12 - now, multiplication of named scalar fields `f` and `g` leads to `f \cdot g` in LaTeX code 11 13 - division by zero in `_div_()` is now checked via `is_trivial_zero()`