Hello Dr. Treeby,
I have found your Toolbox very interesting! I have been playing with Elastic Wave sims in Octave (Octave 4.0.1 on Windows 10 64-bit). I note the following errors so far:
1. movegui
is not implemented in Octave yet. Commenting out the corresponding line in scaleFig.m
allowed execution to proceed.
2. Sometimes the structure plotscale(:)
in pstdElastic2D.m
(lines 805 and 815) contains NaN values. This causes the imagesc
function to fail. I used a workaround where I test for NaN values using isnan
and set the scale to 1.0 instead. Is there a way to disable the default visualization and generate it on demand instead?
3. checkStability
fails on elastic wave problems because the medium
data structure does not contain a sound_speed
member. Instead, it has a sound_speed_compression
(or ..._shear
) member.
I had a question about elastic wave sims that I will post to the other sub-forum.
Thank you for an excellent, and well supported piece of software!
Regards,
Raj