提交图

308 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
4828653b4e Updated naming of geometry files for multiple model runs. 2016-05-03 12:44:45 +01:00
Craig Warren
c1462b1777 Corrected file path to pre-built OAs. 2016-05-03 12:37:59 +01:00
Craig Warren
ae0f81018b Bumped to v3 beta 28. 2016-04-29 16:53:40 +01:00
Craig Warren
1f5d74c20c Changed #include to #include_file. 2016-04-29 16:19:49 +01:00
Craig Warren
fa25801588 Corrected bug with new way of checking snapshot times. 2016-04-27 13:59:56 +01:00
Craig Warren
988cb8d3b4 Tidied some message printing. 2016-04-27 13:44:01 +01:00
Craig Warren
0e0d842556 Better redirection of stdout when processing Python blocks. 2016-04-26 17:23:38 +01:00
Craig Warren
722788ef78 Improved parsing of float and int time values. 2016-04-25 17:55:13 +01:00
Craig Warren
824d873702 Updated to account for when transmitter and receiver are in same location. 2016-04-21 13:48:16 +01:00
Craig Warren
f6844ed31c Added writing of an attribute with the gprMax version number to the HD5 output file. 2016-04-18 17:51:33 +01:00
craig-warren
cea95c3523 Bumped to v.3 beta 27 2016-04-14 17:37:33 +02:00
craig-warren
32ecceb0a1 Snapshots are now stored in a created directory with the name of the input file appended with '_snaps' 2016-04-14 17:36:36 +02:00
Craig Warren
5e420f76fd Moved creation of builtin materials here. Updated dispersion checking. 2016-04-07 15:41:32 +01:00
Craig Warren
095213539b Updated dispersion check function to return the spatial resolution of the minimum wavelength in the model. 2016-04-07 15:40:49 +01:00
Craig Warren
5074203ab3 Added a checkessential argument to check_cmd_names function so it can be switched on or off. 2016-04-07 15:39:56 +01:00
Craig Warren
5fc591dba0 Further work on experimental feature to import geometry objects from an external HDF5 array and materials file. 2016-04-07 15:39:11 +01:00
Craig Warren
5848bf05fa Moved builtin material creation to main module. 2016-04-07 15:38:34 +01:00
Craig Warren
2ee6cc54c2 Added function to build voxels from an array. 2016-04-07 14:15:33 +01:00
Craig Warren
fad8b36ae4 Updated path to fitness functions. 2016-04-06 10:33:46 +01:00
Craig Warren
57f1a7bda4 Bumped to v3 beta 26. 2016-04-04 18:04:43 +01:00
Craig Warren
f787ef4ba5 Updated dispersion check/warning to handle user-defined waveforms. Assumes max frequency in simulation is -60dB from frequency with max power. 2016-04-04 18:04:11 +01:00
Craig Warren
def23e5eb3 Default frequency for a waveform set to None. 2016-04-04 18:02:29 +01:00
Craig Warren
7a8e0b9aa5 Bumped to v3 beta 25. 2016-04-01 14:39:28 +01:00
Craig Warren
547c777337 Further work on experimental loading of geometry objects from file (HDF5-based). 2016-04-01 14:38:18 +01:00
Craig Warren
bd6a1d7886 Experimental functionality to include geometry from externally stored NumPy array. 2016-03-31 18:13:14 +01:00
Craig Warren
831bb4872a Renaming of some functions and writing functionality to include commands from external input files. 2016-03-31 18:12:30 +01:00
Craig Warren
97b21a9c5e Renaming of some functions and command line option to create input file after processing Python and include commands. 2016-03-31 18:11:14 +01:00
Craig Warren
ddf7e0d469 Renaming of some functions and command line option to create input file after processing Python and include commands. 2016-03-31 18:10:32 +01:00
Craig Warren
a29135ffe9 Use 'true' instead of 1. 2016-03-24 18:10:05 +00:00
Craig Warren
fad360509e Added setting of some environment variable for OpenMP for better performance. 2016-03-24 18:09:30 +00:00
Craig Warren
e6015fd0d1 Added check to ensure spatial discretisation of per-cell-edge geometry views matches the main grid spatial discretisation. 2016-03-22 18:13:07 +00:00
Craig Warren
b967f7298f Added check at beginning of simulation to ensure sources and receivers are not stepped outside of domain (with srcstep and rxstep commands). 2016-03-22 18:11:29 +00:00
Craig Warren
5ef05bec78 Further functionality added for viewing PML and sources/receivers in per-cell geometry views. 2016-03-22 18:10:35 +00:00
Craig Warren
6585ebb727 Testing addition of source and receiver positions to geometry views. 2016-03-21 15:23:25 +00:00
Craig Warren
0e53327342 Removed unneeded input from process_singlecmds function. 2016-03-21 15:17:12 +00:00
Craig Warren
e6ee1b6f5f Added ID property to sources and receivers. 2016-03-21 15:12:12 +00:00
Craig Warren
169695e74e Added ID property. 2016-03-21 15:11:41 +00:00
Craig Warren
fb7fac3e68 Removed unneeded input argument. 2016-03-21 15:11:05 +00:00
Craig Warren
df9a3435dd Reverted check if two fitness values are the same (shouldn't happen if fitness function has been designed correctly). 2016-03-18 13:59:46 +00:00
Craig Warren
41130546dd Bumped to v.3.0.0 beta 24. 2016-03-16 18:16:01 +00:00
Craig Warren
78fd13cc3f Corrected bug with setting of numID for isotropic cylindrical sector geometry. 2016-03-16 18:15:20 +00:00
Craig Warren
6b696e4b85 Corrected bug with x-z plane cylindrical sector. 2016-03-16 18:13:53 +00:00
Craig Warren
b49d5cc705 Corrected bugs with building response tables, and calculating levels near (or outwith) initial parameters limits. 2016-03-16 09:18:31 +00:00
Craig Warren
bae25b5458 Moved zero_crossings function to Taguchi module. 2016-03-16 09:13:20 +00:00
craig-warren
402c84f7fe Changed name of output-writing module. 2016-03-13 12:39:04 +00:00
craig-warren
63cf04d1cd Changed names of the file writing methods. 2016-03-13 12:38:18 +00:00
craig-warren
4827bfd5f1 Removed some blank space. 2016-03-13 12:37:49 +00:00
craig-warren
0c90153a21 Initial investigation of Xdmf-based file reading. 2016-03-13 12:37:17 +00:00
craig-warren
c548e715f8 Initial investigation of Xdmf-based file reading. 2016-03-13 12:36:40 +00:00
craig-warren
c2c9f2ad6d Changed name of file writing method. Added method for writing gprMax XML materials to file. 2016-03-13 12:35:55 +00:00