Alex Jones

Results 151 comments of Alex Jones

Another thing, in the current version you will encounter instability when you have an advection term on the lhs, please move this term to the rhs. This is fixed in...

You're welcome, you can message me on the slack anytime and I'll try to get back to you. Try substituting in `t = -τ` to all your equations/bcs and adjust...

A PDE Solution type is actually currently in the works, @zoemcc is making a start there, but once this is done plotting recipes will be extremely useful and I'd value...

can you expand on what you mean by "take the derivative match at the knots"?

Please give the arguments of `c` in the PDESystem; try: ``` @named pde_system = PDESystem(eq,bcs,domains,[t,x],[c(t,x)]) ```

This is a bug, thank you. Until its fixed try `Tsit5()`

@ChrisRackauckas Ok, this is actually "working" in that it's correctly transforming the system and adding the right new equations, but it's making solve time oppressively long. I'm testing on periodic...

CI failures work locally, merging to get on with other stuff

I haven't considered Gmsh specifically, but had considered making this simpler by including automatic changes of variables for arbitrary curvilinear grids. Arbitrary rectilinear is supported with nonuniform grids, and quadrilateral...