Alexandre Magueresse

Results 5 issues of Alexandre Magueresse

As the ODE module of Gridap is expanding, its structure is becoming a little unclear and redundant. I propose the following major changes to the API. The general framework of...

enhancement

As the ODE module of Gridap is expanding, its structure is becoming a little messy and redundant. @santiagobadia and I propose the following changes # ODETools - [x] Replace the...

enhancement

There is a small mistake in `BackTracking.jl` when computing `α_tmp` with the cubic interpolation: when the leading coefficient is close to zero, the expression of `α_tmp` misses a negative sign,...

The former constructor had a typo. I also removed the symbol `:FE` in the docstring of `EXRK_Euler_1_1`.

The tutorials needed to be updated following the refactoring of the ODE module of Gridap. I have edited the previous tutorial on the heat equation and added a new tutorial...