提交图

1791 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
2874dbe1eb Added extra benchmarking models. 2020-12-15 16:14:08 +00:00
Craig Warren
32d4d92f98 Modified installation instructions for Windows to use Build Tools 2019. 2020-12-08 14:22:36 +00:00
Craig Warren
eb8c2d5fae Changed naming of pre-calculated waveform values from J and M, to wholestep and halfstep. 2020-12-01 16:26:47 +00:00
Craig Warren
8d0d49996b Clean up some white space. 2020-12-01 16:24:42 +00:00
Craig Warren
7207147337 Tidied code formatting and improved comments. 2020-11-24 11:58:31 +00:00
Craig Warren
3bd4e4acf8 Tidied code formatting and removed import of sys 2020-11-24 11:55:29 +00:00
Craig Warren
c2b421ed74 Corrected to reflect voltage source being used rather than transmission line. 2020-11-24 11:54:01 +00:00
Craig Warren
4c9de9ae37 Remove pinning of numpy as bug now resolved on macOS. 2020-11-16 11:16:10 +00:00
Craig Warren
d34edb6dc7 Merge pull request #266 from nrahnemoon/fix_initial_save
Fix theta in initial_save
2020-10-15 14:50:10 +01:00
Nima Rahnemoon
1855cc888e Fix theta in initial_save 2020-10-14 18:18:59 -07:00
Craig Warren
301e9da1bb Updated to recognise gcc v10 2020-07-17 13:57:43 +01:00
Craig Warren
3dee01fcf1 Remove deprecated 'frac' property for plotting. 2020-07-13 13:52:42 +01:00
Craig Warren
73a3f93a08 Added divide by zero ignore for s11, s21, zin, yin 2020-06-11 22:05:07 +01:00
Craig Warren
7e1d1a6297 Changed fwrite precisions for DT1 file. Added a separate field to the information window (i.e. the first pop up window) for the rx-component (i.e. Ex or Ey or Ez). Now the user has the option to store any of these fields to the desired GPR output file (usefull in the case of a 3D model). 2020-05-29 07:18:10 +01:00
Craig Warren
5530b34884 Merge pull request #252 from karlhorky/patch-1
Fix links
2020-05-21 14:02:29 +01:00
Karl Horky
172a8c07b7 Fix links 2020-05-20 10:59:23 +02:00
craig-warren
5c11a3922e Fixed syntax error - missing commas in plot. 2020-05-18 16:05:36 +01:00
Craig Warren
a966d1679b Updated string reading in binary file read. 2020-04-25 21:27:14 +01:00
Craig Warren
0d55875c74 Added note on wxPython if using Arch Linux. 2020-04-25 19:27:08 +01:00
craig-warren
6c8d222072 Updated reading of strings in binary file. 2020-04-24 11:39:01 +01:00
craig-warren
856afd4689 Pin numpy to 1.17.4 to workaround conda bug on macOS. 2020-03-27 16:08:33 +00:00
Craig Warren
7e8481d599 Changes for rotation (90) of GSSI 400MHz model. 2020-02-17 12:45:11 +00:00
Craig Warren
6436390764 Updated host info for Linux to remove deprecated use of platform.linux_distribution() in Python 3.8 2020-02-11 10:00:03 +00:00
Craig Warren
3345982a49 Update reading of materials file to allow comments without double hashes. 2020-02-07 11:47:17 +00:00
Craig Warren
4dd155dffd Merge pull request #238 from sigurdeide/master
Update file gprMax/input_cmd_funcs.py
2020-02-07 10:40:45 +01:00
sigurdeide
faf55029d3 Update input_cmd_funcs.py 2020-01-31 14:05:41 +01:00
sigurdeide
338e87414e Update input_cmd_funcs.py 2020-01-31 14:04:38 +01:00
Craig Warren
5e0d19cf7b Correct typo - missing comma from stem plots. 2020-01-30 20:56:51 +01:00
Craig Warren
35f493e7b9 Merge pull request #236 from sir-dio/master
fix a typo in plot_source_wave.py
2020-01-30 20:55:04 +01:00
Ivan Dubrovin
feb2490550 fix a typo in plot_source_wave.py
Added a comma between parameters for `stem`.
2020-01-30 11:55:31 +03:00
Craig Warren
61a2a566e2 Updated mentors. 2020-01-29 11:19:50 +01:00
Craig Warren
fb0b4d6ce9 Updated copyright year. 2020-01-29 10:18:26 +01:00
Craig Warren
a483b68496 Updated parameter in stem plots used for FFTs. 2020-01-28 15:29:33 +01:00
Craig Warren
8a9b7d2674 First draft of list of project ideas for GSoC 2020. 2020-01-28 15:06:27 +01:00
Craig Warren
740e6374d1 Updated copyright year. 2020-01-28 12:57:35 +01:00
Craig Warren
dee2676052 Updated copyright notice year. 2020-01-28 12:37:45 +01:00
Craig Warren
0dbef429ee Updated CPU detection on Linux to account for different locales. 2019-11-18 14:13:27 +00:00
Craig Warren
555b775b85 Updated CPU detection on Linux to account for different locales. 2019-11-13 11:50:21 +00:00
craig-warren
d62de76d8a Changed detection of physical and logical cores to workaround bug with psutil detection. Reverted to perf_counter for timing. 2019-09-05 20:14:44 +01:00
Craig Warren
7d5b4f5c96 Merge pull request #225 from gprMax/bug_instability
Bug instability
2019-09-05 08:12:12 +01:00
jasminium
71c86d152b replace linker args and libraries 2019-08-28 17:06:04 +01:00
jasminium
d4b44e0128 remove -fopenmp from linker args 2019-08-28 10:25:53 +01:00
jasminium
e93db10fef remove mkl fix 2019-08-28 10:25:18 +01:00
Craig Warren
1bc75fb811 Remove un-needed arguments from store outputs function. 2019-07-31 10:14:59 +01:00
Craig Warren
f070a878d6 Corrected refs to GPU array 2019-07-31 10:11:17 +01:00
Craig Warren
dc17a9a94b Corrected refs to GPU arrays. 2019-07-31 10:10:16 +01:00
Craig Warren
6d7f36af79 Corrected extra bracket. 2019-07-31 10:07:46 +01:00
Craig Warren
ed70d0634d Removed extra bracket. 2019-07-31 10:07:03 +01:00
Craig Warren
bad65bd32d Updated checking of GPU field array shapes. 2019-07-31 10:05:37 +01:00
Craig Warren
59adcde08b Updated checking of GPU field array shapes. 2019-07-31 09:59:35 +01:00