2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct an error in a comment for RK45. More... over 11 years ago
When generating local seeds for random number generators with an offset, use a different offset for each seed. More... over 11 years ago
All IP operators for adaptive integrators are now much faster, but use more memory. More... over 11 years ago
Optimise NonConstantIPOperator to not recompute IP operators when the last time step is the same as the new one. More... over 11 years ago
Improved the way ConstantIPOperators are converted into NonConstantIPOperators for AdaptiveStep integrators so that Richardson extrapolation can use the same technique. More... over 11 years ago
fixup a previous commit where I added a warning about using the propagation dimension variable in constant IP operators. More... over 11 years ago
The "constant" attribute to IP & EX operators is now optional and should be considered only for advanced use cases. More... over 11 years ago
Update TODO mentioning matrix-valued IP operators for integer-valued dimensions. More... over 11 years ago
Remove dead IP operator evaluation code. This has been moved to OperatorContainer.tmpl More... over 11 years ago
Fix support for separated IP operators with MPI. More... over 11 years ago
Combine all IP operators into a single apply function. This speeds up adaptive IP operator application by about 5% and should make fixed-step IP as fast as it was previously, or slightly faster. More... over 11 years ago
Correct the separated IP testcases. More... over 11 years ago
Make test execution failures provide more information about the failure. More... over 11 years ago
I broke the ability to run the test suite on MPI simulations. Fixed. More... over 11 years ago
Optimised IP operators for adaptive integrators with two or more dimensions by ~30%. Users need to change their code to take advantage of this speedup. More... over 11 years ago
Clean up my solution to waf's dislike of spaces. More... over 11 years ago
I accidentally broke the PDF documentation. Fixed. More... over 11 years ago
r2872 will be the release. Update the linux installer. More... over 11 years ago
Make waf compatible with spaces in simulation names, include paths, lib paths, etc. More... over 11 years ago
Make waf support include and lib paths with a space in the path. More... over 11 years ago
Fix warnings compiling documentation. More... over 11 years ago
Run a check to see if waf has confused itself, and if so, reconfigure. More... over 11 years ago
Rest of documentation updates. More... over 11 years ago
Update documentation for 2.1.4 release. More... over 11 years ago
Update version name. More... over 11 years ago
Preparing for release. More... over 11 years ago
Correct the normalisation in the docs for the definition of the Fourier transform. More... over 11 years ago
Ensure we don't attempt to loop over a distributed split uniform dimension in ascending order… it shouldn't happen, but an assert() will make sure. More... over 11 years ago
I forgot to run the test cases for r2860. Bug fixed. More... over 11 years ago
Fix a bug with the POSIX generator I created recently in r2858. More... over 11 years ago