parcels
parcels copied to clipboard
Improve `repr`s for key Parcels classes
So far, we haven't really worked on the output of print()
on objects like Field
, FieldSet
etc. While there is a ParticleSet.__repr__
, even that is pretty clunky and doesn't take into account notebook functionality.
It would be nice to have better print()
implementation for at least the following classes
- [ ]
Field
- [ ]
FieldSet
- [ ]
ParticleSet
- [ ]
Particle
- [ ]
ParticleFile
- [ ]
Kernel
(?)