Craig Warren
|
84346c797e
|
Remove unused imports.
|
2016-07-21 15:57:13 +01:00 |
|
Craig Warren
|
2b305805a1
|
Reminder on viewing Jupyter notebooks on GitHub.
|
2016-07-19 17:26:49 +01:00 |
|
Craig Warren
|
ca2c9c004f
|
Changed name of module 'plot_builtin_wave' to 'plot_source_wave'. Add functionality to allow plotting (with FFT) in Jupyter notebooks of user-defined waveforms.
|
2016-07-19 12:52:49 +01:00 |
|
Craig Warren
|
e18d7e3d5e
|
Refactored Lorentz coefficient expressions.
|
2016-07-19 11:05:07 +01:00 |
|
Craig Warren
|
08f8f93808
|
Bumped to v.3.0.5
|
2016-07-19 10:45:42 +01:00 |
|
Craig Warren
|
ca988e43b5
|
Fixed bug with complex number in Lorenz material coefficients.
|
2016-07-19 10:45:18 +01:00 |
|
Craig Warren
|
d2fede3c6d
|
Corrected some formatting.
|
2016-07-19 10:35:10 +01:00 |
|
Craig Warren
|
faab10d8e1
|
Bumped to v.3.0.4
|
2016-07-15 13:37:39 +01:00 |
|
Craig Warren
|
03133c7224
|
Cythonised building of voxels from fractal volumes/rough surfaces/grass etc...
|
2016-07-15 13:37:07 +01:00 |
|
Craig Warren
|
8ad75f888c
|
Added function to build voxels from a mask array.
|
2016-07-15 13:36:04 +01:00 |
|
Craig Warren
|
0986b876ef
|
Updated some text descriptions.
|
2016-07-14 14:50:57 +01:00 |
|
Craig Warren
|
89770c3692
|
Updated text formatting.
|
2016-07-14 14:45:28 +01:00 |
|
Craig Warren
|
04a5cd08f0
|
Added images.
|
2016-07-14 14:42:11 +01:00 |
|
Craig Warren
|
0d98d71c45
|
Check for data type of array for #geometry_objects_file.
|
2016-07-14 14:40:34 +01:00 |
|
Craig Warren
|
01580498cc
|
build_voxels_from_array function now uses int16 so array can contain a negative value.
|
2016-07-14 14:39:48 +01:00 |
|
Craig Warren
|
595615cf37
|
Docs update.
|
2016-07-14 14:38:56 +01:00 |
|
Craig Warren
|
09f6495e09
|
Changed data type of #geometry_objects_file from uint16 to int16. This will allow a negative value which indicates not to build any material at that location. N.B existing files with uint16 format should continue to work.
|
2016-07-14 14:38:33 +01:00 |
|
Craig Warren
|
6c82028984
|
Change to allow user pec-like material to be created in external material file.
|
2016-07-14 13:19:20 +01:00 |
|
Craig Warren
|
4f31debf70
|
Change to allow user pec-like material to be created in external material file.
|
2016-07-14 13:19:03 +01:00 |
|
Craig Warren
|
eea1ddb4ce
|
Change to allow user pec-like material to be created in external material file.
|
2016-07-14 13:18:45 +01:00 |
|
Craig Warren
|
423f095633
|
More work on the xcorr (cross-correlation) function, but still needs more testing.
|
2016-07-14 09:43:14 +01:00 |
|
Craig Warren
|
2b220df19f
|
Updated some comments, and changed an array of floats to uint8, as only storing optimisation levels, i.e. 0, 1 or 2
|
2016-07-14 09:42:23 +01:00 |
|
Craig Warren
|
456da769c8
|
More restrictive on max impedance of transmission line, must be less than the impedance of free space, i.e. 376Ohms
|
2016-07-14 09:41:20 +01:00 |
|
Craig Warren
|
c61f62a8c2
|
Updated with homogeneous and heterogeneous 2D videos.
|
2016-07-13 14:19:59 +01:00 |
|
Craig Warren
|
0885c9b18b
|
Updated screencasts for installing and updating gprMax.
|
2016-07-11 18:48:54 +01:00 |
|
Craig Warren
|
d941007765
|
Added instructions on updating conda and Python packages.
|
2016-07-11 18:46:27 +01:00 |
|
Craig Warren
|
f27b0acab5
|
Changed title of section.
|
2016-07-11 16:05:34 +01:00 |
|
Craig Warren
|
1d22643373
|
Tidied some of the text.
|
2016-07-11 16:03:57 +01:00 |
|
Craig Warren
|
9442fb0874
|
Added link to video of wave propagation in simple 2D intro example.
|
2016-07-11 15:56:43 +01:00 |
|
Craig Warren
|
56ac4b7533
|
Corrected typo when using Peplinski mixing model.
|
2016-07-08 11:45:35 +01:00 |
|
Craig Warren
|
1532f91414
|
Added fixed rxres, required if running a Taguchi optimisation on the GSSI 'like' antenna.
|
2016-07-07 16:51:49 +01:00 |
|
Craig Warren
|
e8a5808bdf
|
Updated text on waveform amplitude units.
|
2016-07-06 15:55:30 +01:00 |
|
Craig Warren
|
f367e0981a
|
Set conductivity of 'pec' to infinity. This only effects printing of material properties, since the update coefficients for 'pec' are set to zero.
|
2016-07-05 10:49:33 +01:00 |
|
Craig Warren
|
b7c64d94e6
|
Changed to using OrderedDict for receiver outputs.
|
2016-06-30 14:53:29 +01:00 |
|
Craig Warren
|
583ab7de56
|
Improved description of #rx_array command.
|
2016-06-30 14:25:42 +01:00 |
|
Craig Warren
|
3b92a8c207
|
v.3.0.2 - Receiver instances now store time history field component values, instead of writing to file on each iteration. An output file is written at the end of the simulation.
|
2016-06-30 14:11:36 +01:00 |
|
Craig Warren
|
31e8fde42c
|
Receiver instances now store time history field component values, instead of writing to file on each iteration. An output file is written at the end of the simulation.
|
2016-06-30 14:11:18 +01:00 |
|
Craig Warren
|
e7c8e083c5
|
Removed unnecessary argument from Material class instances.
|
2016-06-30 14:10:22 +01:00 |
|
Craig Warren
|
626f639140
|
Fixed receiver array command. Receiver instances now store time history field component values, instead of writing to file on each iteration.
|
2016-06-30 14:09:41 +01:00 |
|
Craig Warren
|
f57fd5857e
|
Removed unnecessary grid class instance argument to Material init.
|
2016-06-30 14:08:07 +01:00 |
|
Craig Warren
|
46eafcb553
|
Removed unnecessary grid class instance argument to Material init.
|
2016-06-30 14:07:28 +01:00 |
|
Craig Warren
|
c8b60416b9
|
Work on #rx_array command in progress.
|
2016-06-29 13:36:06 +01:00 |
|
Craig Warren
|
b1441a2c04
|
v.3.0.1 removes ListStream() class and allows any Python output that is not a command to be printed to the stdout.
|
2016-06-29 12:39:22 +01:00 |
|
Craig Warren
|
e339673c65
|
Removed *.out. Some output files need to be on GitHub for examples.
|
2016-06-29 12:38:00 +01:00 |
|
Antonis Giannopoulos
|
36a3b44f4b
|
Semi colon missing from range() in for loop
|
2016-06-21 15:45:29 +01:00 |
|
craig-warren
|
6eee175620
|
Changed #rx_box to #rx_array, and allowed it to do lines of receivers as well as 2D grids.
|
2016-06-15 12:19:55 +08:00 |
|
craig-warren
|
c9c627720a
|
Revert "multi cmds to functions"
This reverts commit 92bf59bc36 .
|
2016-06-12 14:06:56 +08:00 |
|
jasminium
|
92bf59bc36
|
multi cmds to functions
|
2016-06-09 18:05:42 +01:00 |
|
Craig Warren
|
39fe2675a3
|
Updated format of contributors file.
|
2016-06-09 16:51:05 +01:00 |
|
Craig Warren
|
4fc1d5842f
|
Updated to include contributors file.
|
2016-06-09 15:03:26 +01:00 |
|