Alex Jones
Alex Jones
@dynamic-queries Can you submit a PR with what you've got so far so I can track progress and assist?
A note, you should create any changes in a branch of your fork of this package, else you won't be able to submit a PR
@dynamic-queries I'm going to start work on this if you don't have anything to share yet, all good?
This is the largest system I've seen someone try to solve, which system is it? Let me poke about in the source to see whats causing this
I notice that you have `Bx(z,x,t)` as well as `Bx(x,z,t)`, please make these conform to the same argument signature. This change was enough to get it to run on master,...
There is also a possibility to use reshape, but you have to calculate grid size: ```julia x = grid[x] z = grid[z] Nx = length(x) Nz = length(z) @variables Bx[1:Nx,1:Nz](t)...
@henry2004y This bottleneck will be solved in this coming update: https://github.com/SciML/MethodOfLines.jl/pull/154
@henry2004y just to let you know, the bottleneck should now be closed
Working pending https://github.com/SciML/ModelingToolkit.jl/issues/1741 for better solution retrieval
Supplying time boundary conditions at the end of time is not supported, please use a change of variables so that you can supply this condition at the initial time.