Peter Hill
Peter Hill
When we moved the overloaded functions to template functions, we missed the documentation. Easy enough to copy+paste back from that commit.
I think it should be possible to split in X for FCI if we can be sure that there are sufficient X guard cells such that the field line end...
I've made a proof of concept for using `variant` for the `Coordinate` metric elements, grid spacing and so on. There are two main reasons why this approach is attractive: 1....
Presumably we could grab most of the needed info out of the reference's CFF file, but should there be a better way? And what should be the minimal info for...
Apologies if you're already aware of this, but the GitHub-created tarballs on releases don't include any git submodules, so they fail to build. And because they're also not git repos,...
This is only a real problem if the Ninja generator is used, as it errors due to two targets trying to build e.g. `libfunit.so`. Makefiles doesn't seem to care. The...
As in the title, there are no Fortran wrappers for `nc_inq_unlimdim` and `nc_inq_unlimdims`.
See #448 for one motivation (separate encoding for options file and index page). Another motivation is that the markdown metadata processing extension is a bit awkward, and using a proper...
Two things: First, `Mesh::iterateBndryUpperY` and associated functions return `RangeIterators` that iterate between two **x** values, so in some sense they don't know how wide the boundaries are. As far as...
We still need to do the following to complete the implementation of `Region`: - [x] Implement some method of offsets - [x] Replace all uses of `DataIterator` with `Region`, deprecate...