David Bold

Results 220 comments of David Bold

One way is to add some variables and then get them in the C++ code with `mesh->get("theta")` or the like. Then you can implement your expressions in C++. See this...

As discussed in person, that does not work for expression for the MMS expression. It might be nice to have a way to hook into the default context to add...

Ah, it seems we use are aware that `finite` is not-standard: ``` #ifdef _MSC_VER // finite is not actually standard C++, it's a BSD extention for C inline auto finite(BoutReal...

I see, so the assumption is that both fields are very similar. One thing that could happen with this method, if you want to ensure positive also of the boundary...

One test is failing as it triggers the assertion about parallel slices: ``` 26/50 Test #28: test-invertable-operator ............***Failed 4.89 sec ```

This has been replaced by https://github.com/boutproject/BOUT-dev/pull/3030

Does this fix things for FCI where JB is not equal to sqrt(g22)? I wanted to discuss this with Ben on Wednesday.

Would you be happy to upload it to pypi, so that I can put it for fedora in site-packages (this can be done in general for installations, which is probably...

On 7/10/24 10:16, Peter Hill wrote: > I /definitely/ don't want to upload it to pypi, this is a purely > internal library that's only useful for this small set...

On 7/16/24 17:59, Peter Hill wrote: > It would also be beneficial for applying those scripts to an older > version. Right now, if you have an old branch and...