-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
Given a tensor field T on some differentiable manifold M, a differentiable manifold U and a differentiable map F: U --> M, this ticket implements the computation of the tensor field t along U with values in M that obeys
forall p in U, t(p) = T(F(p)).
If F is an immersion, t can be viewed as the tensor field T along the immersed submanifold (U,F).
This work is part of the SageManifolds project, see #18528 for an overview.
CC: @FlorentinJ @tscrim
Component: geometry
Keywords: tensor, submanifold
Author: Eric Gourgoulhon
Branch/Commit: 34d83ec
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/25254