This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scalar field algebras with AbstractNamedObject without argument full_…
…name
- Loading branch information
Showing
13 changed files
with
8,333 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Coordinate charts | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sage/manifolds/chart | ||
|
||
sage/manifolds/coord_func | ||
|
||
sage/manifolds/coord_func_symb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ Topological manifolds | |
|
||
sage/manifolds/point | ||
|
||
sage/manifolds/chart | ||
chart | ||
|
||
scalarfield |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Scalar fields | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sage/manifolds/scalarfield_algebra | ||
|
||
sage/manifolds/scalarfield |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
from sage.misc.lazy_import import lazy_import | ||
lazy_import('sage.manifolds.manifold', 'Manifold') | ||
lazy_import('sage.manifolds.utilities', 'nice_derivatives') | ||
lazy_import('sage.manifolds.utilities', 'omit_function_args') |
Oops, something went wrong.