-
-
Notifications
You must be signed in to change notification settings - Fork 705
Open
Description
sage: M = Manifold(3, 'M', start_index=1)
sage: X.<x,y,z> = M.chart()
sage: omega = M.diff_form(1, 'omega')
sage: omega[:] = [0, 0, 0]
sage: omega(X.frame()[1])
Scalar field omega(d/dx) on the 3-dimensional differentiable manifold M
sage: M.zero_scalar_field()
Scalar field omega(d/dx) on the 3-dimensional differentiable manifold M
Depends on #30266
Depends on #30291
CC: @egourgoulhon @tscrim @mkoeppe
Component: manifolds
Author: Michael Jung
Branch/Commit: u/gh-mjungmath/tensorfield___call___alters_zero @ 9f63351
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/30239