precicely

Results 4 issues of precicely

`Element` now has `__eq__` method that works with numpy array as well a `is_close` method that useful for approximate equality testing.

## Description of the Enhancement The `Element` class subclasses `dataclass` which comes inbuilt with various helper functions like `__repr__`, etc. However, comparisons between `Elements` will fail as the `Element` class...

enhancement

**Describe the bug** kspaceFirstOrder3D changes the contents and the formats of 2 of it's input parameters, namely source and sensor. As a consequence, one cannot run kspaceFirstOrder3D twice with the...

bug

## Description of the Enhancement Allow simulations to create checkpoints and later start from an existing checkpoint. ## Justification for the Enhancement The original matlab kwave binding allows one to...

enhancement