Dorival Pedroso
Dorival Pedroso
This is great news! Yes, I'm thinking of improving the need for OpenMPI. Actually, I'm removing this dependency completely! The next release of Russell will make its installation on Rocky...
Done: The *1.4.0 version* no longer requires OpenMPI. The only dependencies for For Rocky Linux are: ```bash dnf install -y \ lapack-devel \ openblas-devel \ suitesparse-devel ``` And there is...
Quick, somewhat related question: Is RustFFT thread-safe? (noting that FFTW is **not** thread-safe)
Hi, I've run this example with my [thin wrapper to FFTW](https://github.com/cpmech/russell/tree/main/russell_lab) and the results are **OK** ```rust use num_complex::Complex64; use russell_lab::{complex_vec_approx_eq, complex_vec_copy, ComplexVector, FFTw}; use rustfft::FftPlanner; fn fft_rfft(u: &mut ComplexVector)...
Hi, yes, I would also like to have DIRK methods in `russell_ode`, and I may implement this in the future. Right now, I'm working on other, more essential code for...
I usually look at Prof Hairer's books and codes. There is an SDIRK implementation on his website: https://www.unige.ch/~hairer/software.html
Hi, unfortunately, evcxr is not supported.
Hi, thank you. This looks fantastic! But you mentioned the keyword here *maintenance*. Since I'm unfamiliar with evcxr, maintaining such integration would be very difficult. Also, you mentioned that you're...
Hi, Thanks again for the suggestion and implementation. The function `show_in_evcxr` is now available in version **1.4.0** Can you please try it to see if it works in your system?
Hi, thanks again for the code and suggestions to Readme. I've submitted another PR with the Readme changes. Now, I'm wondering: would it be better if `show_in_evcxr` saved the figure...