Ben Dudson

Results 149 comments of Ben Dudson

Hi @EdmundBenedict thanks for checking this. Unfortunately many of the examples were useful at one time but are not routinely used or tested. It looks like this case is running...

Thanks for the link; I didn't know about that paper. There is a 2D model of double null merging here: https://github.com/boutproject/merging-filaments which has a Hall-MHD branch https://github.com/boutproject/merging-filaments/tree/hall

Hi @EdmundBenedict No problem; it's good to have someone check, as code rot is a thing and it's high time for a clearout of what works and what doesn't. We...

Hey @d7919 ! Thanks for this. Which version of the solver was used? I think SD1D currently compiles against an older version of the SNES solver, and there may be...

One of the main things to change in the SNES solver was the form of the nonlinear equation being solved : https://github.com/boutproject/BOUT-dev/blob/next/src/solver/impls/snes/snes.cxx#L919 Previously the method was backward_euler, whereas now the...

Thanks both! This clang output is really handy. I definitely agree that Mesh needs to be cut down, but also mpi.h being included in so many places is a sign...

Personally I think having `bout-config` is quite nice: simple but effective. It makes configuration with many other build systems, makefiles, or users own random ad-hoc scripts easier. I think it's...

It should be possible to group together fields with the same mesh, maybe using a map containing a vector of fields, with the mesh as the key. Perhaps not very...

Yes I think this would be good, thanks! Perhaps it would also be useful to have a link to some papers on particular models (e.g. STORM), or links to online...

Fair point. Having only one place to keep up to date (or not!) would be better than adding another. Links to repos and manuals for codes which use BOUT++ would...