Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/manifolds/differentiable/diff_form_module.py: doc: add that …
Browse files Browse the repository at this point in the history
…the case p=1 of M parallelizable is implemented via VectorFieldDualFreeModule
  • Loading branch information
Matthias Koeppe committed Sep 7, 2022
1 parent 0155026 commit 4c9be6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/manifolds/differentiable/diff_form_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
(in practice, not parallelizable) differentiable manifold `M`
- :class:`DiffFormFreeModule` for differential forms with values on a
parallelizable manifold `M`
(the subclass :class:`VectorFieldDualFreeModule` implements the special
case of differential 1-forms on a parallelizable manifold `M`)
AUTHORS:
Expand Down Expand Up @@ -575,6 +577,8 @@ class DiffFormFreeModule(ExtPowerDualFreeModule):
is not parallelizable, the class :class:`DiffFormModule` must be used
instead.
For the special case of `-forms, use the class :class:`VectorFieldDualFreeModule`.
INPUT:
- ``vector_field_module`` -- free module `\mathfrak{X}(U,\Phi)` of vector
Expand Down

0 comments on commit 4c9be6b

Please sign in to comment.