提交图

1488 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
4897b3f7a0 Updated path to Jupyter notebooks. 2018-01-31 23:04:34 +01:00
Craig Warren
d70b680c81 Changed white space to underscore in path names for some tools. 2018-01-31 23:03:15 +01:00
Craig Warren
57ea242d30 Added .gitattributes to allow correct code language detection on GitHub. 2018-01-31 22:52:43 +01:00
Craig Warren
5f698b6316 Updates to MPI testing to allow passing of communicator object through api(). 2018-01-31 16:35:27 +01:00
Craig Warren
5ca7b770b0 Updates to formatting of text for MPI. 2018-01-30 17:30:10 +01:00
Craig Warren
6fc479d0b0 Formatting updates to host text. 2018-01-30 17:18:43 +01:00
Craig Warren
c1ad415828 Added hostname to machine identification info. 2018-01-30 16:47:37 +01:00
Craig Warren
34518d082b Updates for MPI when importing gprMax and using api() 2018-01-30 16:04:41 +01:00
Craig Warren
85b8111366 Fix bug with incorrect module import name. 2018-01-28 15:59:12 +01:00
Craig Warren
db929d52cd Fixed bug introduced with changes to interpolation of imported waveforms see - https://github.com/gprMax/gprMax/issues/139 2018-01-23 12:01:54 +01:00
Craig Warren
c5c37bd273 Changed ID of material created for resistive voltage source to be more unique - now uses voltage source position in ID rather than conductivity value which could be the same for multiple sources. This should not have caused any issues but looks cosmetically better! 2018-01-23 12:00:31 +01:00
Craig Warren
c137bef5c3 Updating of outputfiles_merge to allow it to be imported as a function. 2018-01-17 17:17:57 +01:00
Craig Warren
afd30b27ab Fix syntax. 2018-01-17 16:02:12 +01:00
Craig Warren
7049bc5509 Corrected args in testing new MPI implementation. 2018-01-17 16:00:59 +01:00
Craig Warren
6ab573a837 Testing alternate MPI implementation. 2018-01-17 15:20:24 +01:00
Craig Warren
ef220ec930 Added some extra error messages to check when rough surface trough/peaks do not correspond to dimensions of fractal box that they are associated with. 2018-01-15 10:56:54 +01:00
Craig Warren
6c81552268 Updated table formatting. 2018-01-13 18:11:08 +01:00
Craig Warren
9676a43e23 Re-structuring of antennas module 2018-01-13 18:02:47 +01:00
Craig Warren
9f014a9611 Updated contact details. 2018-01-13 16:37:59 +01:00
Craig Warren
4848a8d4d7 PEP8 code cleanups. 2018-01-02 18:14:20 +00:00
Craig Warren
f83ec97fa9 Formatting cleanups. 2018-01-02 17:19:42 +00:00
Craig Warren
a784459ee6 Merge pull request #138 from gprMax/geometry-out-speed-up
geometry output speed up
2018-01-02 17:08:36 +00:00
Craig Warren
2136bf391e Added '_ext' suffix to Cython module names so they can be more easily distinguished when importing. 2018-01-02 17:06:25 +00:00
Craig Warren
8b81dca756 Use of np.isclose rather than equality when finding frequency of maximum power. 2018-01-02 14:09:17 +00:00
Craig Warren
fc7306c101 Updated copyright date. 2018-01-02 11:23:53 +00:00
jasminium
d6c7185882 removed file 2017-12-21 11:57:50 +00:00
jasminium
6ab0eafe4a voxel building 2017-12-21 11:39:42 +00:00
Craig Warren
4548644399 Correction to calculation for maximum frequency of interest. 2017-12-20 15:28:03 +00:00
Craig Warren
50a483ac92 Added line break. 2017-12-20 15:17:36 +00:00
Craig Warren
d2e42c0d8d Bumped to v.3.1.2 v.3.1.2 2017-12-20 15:05:08 +00:00
Craig Warren
e09f08ae75 Changed importing of user-defined waveforms from excitation file to include a interpolation (see extra optional parameters for excitation file command in docs). 2017-12-20 15:03:22 +00:00
Craig Warren
91a8a6a14f Added FFT function (uses np.fft.fft) to utilities module, to avoid repeating same code in several modules. 2017-12-20 15:01:12 +00:00
Craig Warren
4e7aecb8bb Corrected typo in error message for transmission line waveform ID. 2017-12-20 10:59:07 +00:00
Craig Warren
e486bb12be Added warning to numerical dispersion function for case when waveform is undersampled. 2017-12-18 12:01:19 +00:00
Craig Warren
47b66396f1 Updated some variable names. 2017-12-18 11:59:12 +00:00
jasminium
c2dd4ba348 geometry output speed up 2017-12-15 19:54:46 +00:00
Craig Warren
67a72d1d28 Added some initial information giving an overview of the flow of the code. 2017-12-06 12:32:59 +01:00
Craig Warren
085476d3f2 Added some comments to simulation modes to mention CUDA. 2017-12-06 12:17:14 +01:00
Craig Warren
899140b7e8 Added larger benchmarking model. 2017-12-02 17:12:43 +01:00
Craig Warren
f88e3c7392 Changed to binary file reading to overcome bug with not reading to end of file in Windows. 2017-11-01 14:19:11 +00:00
Craig Warren
90c3c2c77e Tidied out some commented code. 2017-11-01 08:29:12 +00:00
Craig Warren
8bb0dd6c61 Added setting of -rpath for linker options on macOS. 2017-10-30 14:51:42 +00:00
Craig Warren
38910a65ce Removed dependency on QT 4 as Anaconda bug with QT 5 now resolved. 2017-10-27 13:50:22 +01:00
Craig Warren
6d6dd13e97 Updated dispersion analysis function to handle case of impulse waveform. 2017-10-25 17:04:16 +01:00
Craig Warren
e351a5fde8 Added functionality to better handle divide by zero error when taking log10. 2017-10-11 10:24:51 +01:00
Craig Warren
e346b17cec Improved robustness of manufacturer name reading on Windows. 2017-10-11 10:23:39 +01:00
Craig Warren
a506bfc16c Added functionality to cope with trying to take log10(0) in dispersion analysis. 2017-10-09 15:01:15 +01:00
Craig Warren
1c0d4e7596 Changed infinite to invariant (geometry) which should be clearer, and corrected some typos. 2017-09-14 16:53:04 +01:00
Craig Warren
4de9f704e7 Adjusted dispersion analysis to perform FFT of waveform over 4 * pulse width rather than entire time window. 2017-08-23 10:53:33 +01:00
Craig Warren
b86935ae58 Adjustments to dispersion analysis to handle long time windows. Moved to analysing waveform over a multiple of pulse widths rather than entire time window. 2017-08-23 10:50:48 +01:00