Peter Hill
Peter Hill
If `output_dir` is a subdirectory of `src_dir`, the files in `output_dir` get parsed on a second run of Ford. We should automatically add `output_dir` to the list of excluded directories
For GS2, we monkeypatch FORD to extract documentation for [namelists](https://gyrokinetics.gitlab.io/gs2/page/namelists/index.html). We do this based on very project specific type, but I could imagine adding something to FORD to do this...
One of the things I really love about Ford is that it looks great out-of-the-box. However, it would also be great if users could have a bit more control over...
Replaces similar bash tool, but tries to preserve history by first moving headers into a single commit, then adding compatibility shim headers (that issue a `#warning` and `#include` the new...
Let's be honest, the ASCII logo in the README is a bit long in the tooth. Let's have a nice shiny new one that we can stick in the output...
Does anyone use LaplacePDD? I think there's at least one bug in it: https://github.com/boutproject/BOUT-dev/blob/123e774f865d4c98d378b909b89accd7efd56dc3/src/invert/laplace/impls/pdd/pdd.cxx#L172-L174 `data.jy` should probably come before `kz`. I only noticed because I'm getting a warning about converting...
Replace all the existing `DataFile`/`Dataformat` infrastructure with `OptionsNetCDF` Closes #1254 Currently: - restart files moved to `OptionsNetCDF` - additional `BOUT.dmp.experimental.*.nc` files using `OptionsNetCDF` -- separate files for now just for...
#1448 + next The merge commit had a lot of conflicts, hence new PR. I think maybe we should undo the changes to `ShiftedMetric` -- at least for now, we...
We now have the nice feature of being able to set PETSc options for particular instances (#1795), which we currently use for the PETSc Laplacian wrappers. There are a few...