Covector Basis#
Since \(k\)-forms use covector bundles as basis for different components,
utilities for dealing with these in Python are provided by the CovectorBasis.
This type supports the wedge product using the XOR ^ operator, as well as the Hodge
using the inversion ~ operator.
The CovectorBasis type is primarily intended to be used to help with sorting
and classifying different \(k\)-form components.