dabele
dabele
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - - - If need be, add additional information and what the...
### Motivation / Current Behaviour Storing pointers to persons and locations in the ABM is convenient for programming, since it reduces the number of function arguments. But storing indices and...
### Bug description On the SC HPDA Cluster, the build fails with an error in boost libraries if the boost module is loaded. ### Version Linux ### To reproduce -...
### Motivation / Current Behaviour The ABM needs to be run manually. It would be better if it was run automatically and compared with previous results. ### Enhancement description Add...
I am interested in a DG solver for hamilton-jacobi equations (of the form $`\varphi_t + H(\nabla \varphi) = 0`$) as they arise in level-set methods (e.g. $`H(\nabla \varphi) = a...
Analyse the performance of our ABM implementation. 1. compare our implementation with covasim and majid's python abm 2. check scaling behavior by using increasing numbers of agents 2. use a...
This adds the ability to output NetCDF files in [CF](https://cfconventions.org)/[UGRID](http://ugrid-conventions.github.io) format, as discussed in #18903 Usage is similar to hdf5, using `DataOutFilter` with added support for custom attributes and time...
The [CF conventions](http://cfconventions.org/) define a layout for (mostly) climate data in netcdf files. [UGRID conventions](http://ugrid-conventions.github.io) started as an extension of CF for unstructured grids but have since been added to...