RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

print method for scalars #70

Closed RobinHankin closed 2 years ago

RobinHankin commented 2 years ago
> scalar(7)
An alternating linear map from V^0 to R with V=R^0:
     val
  =    7
> 

Above, the print method says that V=R^0, but this is not necessarily true or helpful: scalar(7) could easily be an alternating linear map from V^0 to R with V=R^3. Kind of related to dovs.

RobinHankin commented 2 years ago

it might be better to change the documentation rather than the behaviour

RobinHankin commented 2 years ago

see issue #72