提交图

1263 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
628c88fe6c Added question on converting the output file to a text (ASCII) file and importing into Excel. 2016-10-11 12:15:22 +01:00
Craig Warren
762ec813e4 Updated type string for imported materials. 2016-10-10 16:43:10 +01:00
Craig Warren
29534fe670 Added antenna model dimensions to docs. 2016-10-10 14:08:19 +01:00
Craig Warren
e831f0a713 Added more informative messages (via analysis) on numerical dispersion. 2016-10-06 17:08:52 +01:00
Craig Warren
773dc6b11f Changed naming (type) of material created for voltage source. 2016-10-06 17:07:48 +01:00
Craig Warren
8d73c0c9a8 Corrected bowtie geometry - there was more than 1 cell gap at feed. 2016-10-06 10:57:24 +01:00
Craig Warren
0aca911b37 Added link to the half-wave dipole example model. 2016-10-04 17:31:26 +01:00
Craig Warren
2c4df2cf6b Updated messages and comments on VTK file types. 2016-10-04 12:27:51 +01:00
Craig Warren
02d471e9fc Removed some debug print statements. 2016-10-04 11:51:56 +01:00
Craig Warren
b64210676b Updated some comments - changed phrasing from nodes to cells. 2016-10-04 11:10:45 +01:00
Craig Warren
b715ac920b Corrected printing of material values (in materials table) for Lorentz and Drude materials. 2016-10-04 11:10:01 +01:00
Craig Warren
9c7dfcdf17 Corrected writing of progress bars for .vtp geometry views. 2016-10-04 10:46:40 +01:00
Craig Warren
3d5a6736b4 Bumped to v.3.0.9 v.3.0.9 2016-09-30 14:29:14 +01:00
Craig Warren
d99d160673 writer_hdf5.py module renamed fields_outputs.py
geometry_views.py module renamed geometry_outputs.py
2016-09-30 14:28:50 +01:00
Craig Warren
b64a0f84c5 Material 'average' parameter now called 'averagable' for clarity. 2016-09-30 14:27:20 +01:00
Craig Warren
32438bc9b4 Material 'average' parameter now called 'averagable' for clarity.
Corrected bug with Peplinki mixing model where number of dispersive poles were not being set.
2016-09-30 14:26:44 +01:00
Craig Warren
8be93431ca Source and receiver steps now stored in a tuple (x, y, z). 2016-09-30 14:25:30 +01:00
Craig Warren
6647932634 Using class names directly when naming sources/receivers.
Added processing of new #geometry_objects_write command.
2016-09-30 14:24:55 +01:00
Craig Warren
2f7c2edbfd Added averaging (dielectric smoothing) option when reading geometry objects from file.
Added checking for presence of rigid arrays when reading geometry objects from file.
Change material 'average' parameter name to 'averrable' for clarity.
Added averaging (dielectric smoothing) option for #fractal_box, default is False (off).
2016-09-30 14:23:36 +01:00
Craig Warren
dd1d073fec Replaced #geometry_objects_file with #geometry_objects_read command and added #geometry_objects_write command 2016-09-30 14:20:43 +01:00
Craig Warren
f9c7731ae2 Source and receiver steps now stored in a tuple (x, y, z).
Corrected FFT calculation used to give dispersion warning (was 20log10, now 10log10).
Simplified current calc functions.
2016-09-30 14:19:40 +01:00
Craig Warren
3c85d5c3c8 Added taskid for job arrays to api function.
Better printing of user namespace dictionary - doesn't print all the __builtins__
Source and receiver steps now stored as a tuple (x, y, z).
Added writing of any geometry objects.
2016-09-30 14:18:08 +01:00
Craig Warren
b2696b6905 Adding averaging (dielectric smoothing) option when building voxels from array or from array mask. 2016-09-30 14:15:32 +01:00
Craig Warren
45a8647a05 Adding averaging (dielectric smoothing) option to fractal volume (#fractal_box). 2016-09-30 14:14:40 +01:00
Craig Warren
cbe7e4cac9 Updated #geometry_objects_file command to new name #geometry_objects_read 2016-09-30 14:12:39 +01:00
Craig Warren
537ece542b Added info on dielectric smoothing option to volumetric object commands.
Added info on #geometry_objects_read (was #geometry_objects_file) command and new #geometry_objects_write command.
2016-09-30 14:12:00 +01:00
Craig Warren
ccfc0ecbf0 Updated names of materials text files. 2016-09-22 12:25:57 +01:00
Craig Warren
04da1ec6e7 Updates to handle bug with matplotlib and versions of qt/pyqt. 2016-09-22 10:22:33 +01:00
Craig Warren
9b678060db Corrected syntax. 2016-09-22 10:16:19 +01:00
Craig Warren
ec9ec506a9 Tidied up imports. 2016-09-22 10:15:52 +01:00
Craig Warren
057c2cefa5 Updated text on resolution of models. 2016-09-21 15:03:59 +01:00
Craig Warren
805743924a Added explicit link to screencasts of install/update processes. 2016-09-21 11:05:45 +01:00
Craig Warren
18f2c98d36 Changed out-of-memory message from raising an error to just printing a warning. 2016-09-21 10:43:16 +01:00
Craig Warren
f5bb74a3f0 Removed some XDMF bits. 2016-09-19 14:39:51 +01:00
Craig Warren
f0f6c98ebb Modified setup of matplotlib for Linux and Windows to force using QT5 backend. Problem is that with conda installed qt5/pyqt5 matplotlib still tries to use qt4 backend. 2016-09-19 14:34:56 +01:00
Craig Warren
177c6f5d0a Removed XDMF work from master branch. 2016-09-19 14:29:26 +01:00
Craig Warren
9a5e73c493 Corrected bug with opening file to append data in text mode rather than binary. 2016-09-16 17:39:33 +01:00
Craig Warren
5dbaf83046 Added more description on job array. 2016-09-15 15:46:03 +01:00
Craig Warren
eff83db651 Adding info on job array functionality for Grid Engine. 2016-09-15 15:36:03 +01:00
Craig Warren
2edc8eae62 Cleaned up some text formatting. 2016-09-15 15:35:23 +01:00
Craig Warren
f925456b9e Added initial command line argument for use with Grid Engine job array. 2016-09-15 15:10:11 +01:00
Craig Warren
a4421bf153 Bumped to v.3.0.8 v.3.0.8 2016-09-15 13:59:27 +01:00
Craig Warren
862917c608 Corrected out-of-bounds bug for upper bounds in build_voxels_from_array_mask function. 2016-09-15 13:50:55 +01:00
Craig Warren
7311627a4a Corrected some grammar. 2016-09-13 13:56:35 +01:00
Craig Warren
4c9fcd8f32 Updated with reference to new gprMax paper. 2016-09-13 13:55:45 +01:00
Craig Warren
0a232f7349 Removed extra whitespace. 2016-09-12 17:35:40 +01:00
Craig Warren
3da619916d Added more comments. 2016-09-12 15:47:25 +01:00
Craig Warren
a7e535f8e7 Example input files for calculating field patterns of GPR antennas. 2016-09-12 15:43:20 +01:00
Craig Warren
e953882387 Updated/cleared up some of the text descriptions. 2016-09-12 15:42:42 +01:00
Craig Warren
ae6d2df221 Added antenna patterns module. 2016-09-12 15:34:28 +01:00