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
Fix a situation where an unhelpful error would be presented to the user if a vector needed to be integrated over when initialising a vector. More... over 11 years ago
Update user documentation to refer to the various dimension variables available in C++ code blocks. More... over 11 years ago
Stochastic error checking with runtime noise generation now works. More... over 11 years ago
Uniform dimensions which are symmetric about zero can now be non-locally access with the negative of the dimension name. More... over 11 years ago
Make alias dimensions not be preferred for distributing over with MPI. More... over 11 years ago
Fix a bug when aliases are used with MPI. More... over 11 years ago
The Octave HDF5 importer was causing problems for MATLAB… More... over 11 years ago
Rename PyLabImport to PythonImport More... over 11 years ago
Remove all the unused and unimplemented output flags for xsil2graphics2 and associated files. More... over 11 years ago
Produce a single output script for MATLAB/Octave even in the HDF5 case. Although the code to import HDF5 data is different, we just detect which is being used at runtime (of the generated import script) and then run the right code. This means that all MATLAB import scripts are compatible with Octave. More... over 11 years ago
Load binary data in a single fread() call. More... over 11 years ago
Endianness can be specified when opening binary files in MATLAB/Octave. More... over 11 years ago
Clear variables used when loading MATLAB binary files to avoid polluting the variable workspace. More... over 11 years ago
Make Octave HDF5 export the dependent variables as well as the independent variables. More... over 11 years ago
Permute the dimensions of all variables so that they are consistent with the HDF5 export. With the previous code, ASCII and binary export might generate variables of size 8 x 4 x 25, while HDF5 would generate 25 x 4 x 8. The latter was chosen to be consistent with what the user specified in their XMDS files, so ASCII and Binary export have been modified so that the same variables are created independent of whether ASCII, Binary or HDF5 are used. More... over 11 years ago
Refactor variable name generation into a shared function. More... over 11 years ago
Restore underscores in variable names for MATLAB/Octave. More... over 11 years ago
Use scientific notation for ASCII representation of floats. More... over 11 years ago
Refactor MatlabImport and OctaveImport. More... over 11 years ago
Remove documentation for unsupported options in xsil2graphics2 More... over 11 years ago
Grisha's team's submitted changes to xsil2graphics2. More... over 11 years ago
Make the 'nx' <--> 'kx' transform about twice as fast. More... over 11 years ago
Update test cases that had their results changed when the Hermite-Gauss bug was fixed. More... over 11 years ago
Fix linux installer bug on Fedora 19 More... over 11 years ago
Bump Linux installer revision for Hermite-Gauss bugfix. More... over 11 years ago
Fix a bug in the Hermite Gauss Fourier basis. More... over 11 years ago
Correct an error message to list the valid types of 'operator's available in an operators block More... over 11 years ago
Correct the documentation of the "XMDS" Fourier transform. More... over 11 years ago
Silence a pointless "warn_unused_result" warning on linux More... over 11 years ago
Version number changes for 2.1.3 release. More... over 11 years ago