2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 25 days ago. based on code collected 25 days ago.
Jan 18, 2024 — Jan 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Permit the use of multiple operators blocks with the same dimensions. More... over 15 years ago
Make vectors default to initialisation with zeros if no 'initialisation' tag is present. More... over 15 years ago
Bug fix: Simulation crash when using MPI and a breakpoint with more than one vector. More... over 15 years ago
Make xpdeint return non-zero values when there is an error reading the script file. More... over 15 years ago
Bug fix: Matrix transform dimension grid not set in corner case. More... over 15 years ago
Added a debug option to xpdeint '-g'. More... over 15 years ago
If no variables were found when importing data from a HDF5 file, then spout an error, not just a warning. More... over 15 years ago
Fix an MPI HDF5 output problem which manifested itself on runs using more than two MPI processes. More... over 15 years ago
When using the error_check feature, the moment group number was reported incorrectly. More... over 15 years ago
Report better errors when importing HDF5 data. More... over 15 years ago
Make xpdeint report the correct subversion revision when checked out with git. More... over 15 years ago
Make exception handling more sane. More... over 15 years ago
Redefinition of the private NaN to be the same as that generated by 1.0/0.0. More... over 15 years ago
Instead of relying on the compiler to be dumb, generate a NaN using a function in our platform headers. More... over 15 years ago
Silence a divide-by-zero warning generated by code where that is what is explicitly wanted. More... over 15 years ago
Update the README. More... over 15 years ago
Correct a mistake in the adaptive integrator that caused errors with simulations that didn't have 't' as the propagation dimension. More... over 15 years ago
Make xpdeint report a useful error when MPI hasn't been found but is needed for a simulation More... over 15 years ago
Very minor cleanup to parser code. More... over 15 years ago
Fix problem where the -ffast-math optimization resulted in NaNs that were ignored for adaptive integrators. More... over 15 years ago
Add a warning if the user tries to use the RK45 or RK89 algorithms. More... almost 16 years ago
Fix a crash when using the multi-path driver and more than one cycle More... almost 16 years ago
Update the README to mention that you must install gcc too. More... almost 16 years ago
Squelch errors printed by HDF5-1.6 when objects cannot be found. More... almost 16 years ago
Make xsil2graphics2 start significantly faster on OS X Leopard. More... almost 16 years ago
Correct misleading comment in code generated HDF5 code. More... almost 16 years ago
xpdeint: Fix scripts with invalid vector names. More... almost 16 years ago
Move the XMDS TextMate Language grammar into the xpdeint TextMate bundle. More... almost 16 years ago
Make 'symbolsInString' smarter. Now it checks if the name clashes with a C name and More... almost 16 years ago
Add 'integer' type. More... almost 16 years ago