David Dickinson
David Dickinson
This is a followup to #205. Whilst removing the list of modules, files etc. has helped reduce the overall size of the generated documentation still remains relatively large. I'm not...
Apologies if this has already been raised or is covered anywhere else, but I couldn't find any references to this. I'm trying to add some `@todo` and `@note` blocks to...
Currently most solvers typically ignore the return value of `run_rhs` and likewise the `solver` parent class does not use the status code provided by `run` inside the main `solve` call....
There are a reasonable number of functions in the `mesh` parent class that don't seem to be used anywhere in `bout++`, the examples or the tests. Removing these and simplifying...
I've been running some SD1D cases with the snes solver and I noticed that with `snes_view` active the output reports that there are > 0 mallocs during MatSetValues. For a...
With EasyVVUQ v1.1 installed through pip I found that when not specifying `work_dir` to `Campaign` that whilst my campaign database appeared in a sub-directory of the current working directory, the...
Adds recognition of a few of the gitlab equivalent environment variables to simplify running in gitlab.
For discussion. Adds pybind11 as a submodule and provides an example of how to use this to use python within a C++ example. The commit history also includes a hacked...
Fix for https://github.com/Goddard-Fortran-Ecosystem/pFUnit/issues/467
I build pFUnit (v4.8.0) as part of a project's CI on gitlab and in attempting to update from Fedora 39 to Fedora 40, which updates gcc/gfortran from v13.x to v14.x...