Opened 15 months ago
Last modified 4 months ago
#31813 new defect
Add support for `tangent_vector_eval_at` for geodesics on manifolds integrated over multiple charts
Reported by: | gh-FlorentinJ | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | manifolds | Keywords: | geodesic, manifolds, charts |
Cc: | egourgoulhon | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
As reported on this question, tangent_vector_eval_at
doesn't work if the option solve_across_charts
is set to True
in the geodesic declaration.
This is because the resulting interpolation is stored in a segmented way (one for each chart encountered during the integration), which is not expected by tangent_vector_eval_at
.
Change History (3)
comment:1 Changed 13 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:2 Changed 8 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:3 Changed 4 months ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.