Ben Dudson
Ben Dudson
Hey @johnomotani This would be great! Is there any way it can be added to BOUT++ in a way that makes this easy to add to multiple models? It would...
Thanks @johnomotani ! Understandable that you have no time; thanks very much for the links.
Simple uses should be ok e.g. ``` b = a ``` (or other simple lookup like `b = mesh:name`) but if we want to do more complicated things like string...
Welcome @sun51027 ! This is interesting; You may be the first person to try this on an M1 laptop :) What happens if you don't specify the architecture? The system...
Hi @sun51027 ! Could you please try updating Hermes-3 (`git pull` should do it), then try configuring again? On my old (x86) mac this works: ``` cmake . -B build...
Thanks @dschwoerer ! What is being done is: - A field (P) comes from the solver - It is modified, removing negative values and handling low density regions - The...
> Does this fix things for FCI where JB is not equal to sqrt(g22)? I wanted to discuss this with Ben on Wednesday. Hey @dschwoerer I hope this will help...
> We also have some checks that `J` is positive that I guess need to be loosened? Ah yes. I think we should check that all elements of J have...
> It seems some of the cases are (still) only valid for Clebsch. I have not looked in too much detail, so if you disagree I can look in more...
Note: Mesh checks that `J > 0`. Change to check that `J` has the same sign (+ or -) in all cells.