Jan Šuntajs
Jan Šuntajs
@JordiManyer thanks for the suggestion. I have not yet tried replicating or running the test, however, I am pretty sure it will throw an `UndefVarError` no later than after line...
@JordiManyer I am also using the master branch and while the DiffEqWrappers still exists, [it is not included in the ODEs.jl](https://github.com/gridap/Gridap.jl/blob/master/src/ODEs/ODEs.jl) file: ```julia """ The exported names are $(EXPORTS) """...
@JordiManyer, I have now tried running the said test. Since I could not include ```DiffEqsWrappers.jl``` due to the reasons mentioned above, I included its contents into my own project. The...
@JordiManyer I got back to this problem after some time and here's what I found: I can get the test example working, but only after commenting out the line ```...
To offer some update regarding my progress on the issue, I am appending a MWE of a working script that simulates diffusion on a sphere which we initially uniformly fill...
@JordiManyer @santiagobadia @fverdugo In the light of the recent refactoring of the ODE module, I would like to know how to get my above code (working with Gridap v17.23.0) to...