David Bold

Results 187 comments of David Bold

I tried the blob2d model, but the variation is to large to see any differences. I am however thinking of extending this, and also setting the region after taking a...

@bshanahan Do you want to support different `nz` - or do you want non-uniform dz support?

There are already many systems out there where packages are compiled with an older compiler, so switching to a newer compiler can cause issues and requires rebuilding all dependencies. I...

I don't use macOS, so I can only guess. It would be useful to have `CMakeCache.txt` to be able to guess how that folder got there. Besides that, I can...

Do we have a check that the `bout++Config.cmake` is working? Like compiling some minimal BOUT++ program, and check that it is running?

If we are going to change this, I am opposed to do this in master. This is a breaking change, and I have written code that depends on this (although...

Merging #2025 would solve that issue :-) For the coordinates it might be easier to move everything to a pre-processing script, that writes out all the required quantities. That way...

Concerning a) It would be possible to check if g12 is zero, and throw an error if not ... it still needs implementing in the future .... Concerning b) It...

As we return a reference to a value, we do not know whether this value is written or read. Otherwise we could just raise an error if the value is...

Might it be related to the failure in #2207 ? That is also failing if rebased to next ...