Added * `Segment.Z` must be array and not scalar any more. __CHECK against Barhomo.__ * `Segment.resetImpedance` to allow impedance variation inside `Segment` * `WP2.plotDeSaintVenant` displacement diagram plotting method * `Waveprop.plotDeSaintVenant` displacement diagram plotting method * `fixed` or `clamped` boundary condition for `Waveprop`
Changed * `plain` boundary condition is now called `infinite`
1.0.2
Added * detect end of contact between rod with displacement; * update boundary conditions (segment.left, .right) accordingly; * plot impedance of `Segment`, and of `Barhete`
1.0.1
Added * `Waveprop`: compute and plot displacement of nodes, stress in elements; * `WP2`: compute displacement of nodes (__experimental__) * `WP2.getSignal`: choice of time scale (s, ms, µs)
1.0.0
Added * `ElasticImpact` class.
Changed * use of `plt.pcolormesh` modified in `WP2.subplot` method; * test cases are now external files (removed from bottom of module).
0.8.0
Added * `WP2` class to overcome the limitations of `Waveprop`.