提交图

2483 次代码提交

作者 SHA1 备注 提交日期
Sai-Suraj-27
f9dd7f2420 Added a pre-commit config file and reformatted all the files accordingly by using it. 2023-06-26 16:09:39 +05:30
Craig Warren
c71e87e34f Updated to fix deprecated inspect.getargspec 2023-06-26 09:50:43 +01:00
Craig Warren
88d59fdbc4 Update readthedocs badge code 2023-06-14 12:50:20 +01:00
Craig Warren
f9f752475a Removed this example as now in docs 2023-06-14 12:38:52 +01:00
Craig Warren
0e2a9c51cd Added check for when material list is less than fractal bins/materials 2023-06-14 12:38:23 +01:00
Craig Warren
9f4b3b5b99 Whitespace tidying 2023-06-14 12:37:53 +01:00
Craig Warren
4d85e21a5a Removed .pvd wrapper creation and reading 2023-06-14 12:08:50 +01:00
Craig Warren
8c733da526 Removed startmaterialnum 2023-06-14 11:58:44 +01:00
Craig Warren
a3551675ee Remove startmaterialnum 2023-06-14 11:58:28 +01:00
Craig Warren
e39e719925 Tidying order of printing for logging 2023-06-14 11:58:09 +01:00
Craig Warren
4f61604ae5 Comments tidying 2023-06-14 11:57:38 +01:00
Craig Warren
4b7753fbda Added info for material range and list commands 2023-06-14 11:56:46 +01:00
Craig Warren
f24a9c4275 Updated syntax to reflect cmd line arg change 2023-06-13 16:13:59 +01:00
Craig Warren
b91156cf3a Moved benchmarking images 2023-06-13 15:51:57 +01:00
Craig Warren
19804b1da5 Finished initial description of subgrid antenna example. 2023-06-12 16:30:23 +01:00
Craig Warren
4e52d2b7b8 Updated benchmarking results. 2023-06-12 15:56:17 +01:00
Craig Warren
60462de571 Adding descriptions to subgrid examples. 2023-06-12 15:52:48 +01:00
Craig Warren
f131d42d91 Adding descriptions to subgrid examples. 2023-06-12 15:52:28 +01:00
Craig Warren
ef9e65aa80 Images added to subgridding examples. 2023-06-12 15:22:09 +01:00
Craig Warren
295a92452e Updated to handle subgrid geo and for v4 only 2023-06-12 15:02:01 +01:00
Craig Warren
4a610faebb Cleaned up with better comments 2023-06-09 14:56:34 +01:00
Craig Warren
6e1dd685e1 Fixed bug with plate check dims 2023-06-08 14:53:20 +01:00
Craig Warren
6cdf0137f3 Reset iteration number for subgrids when re-using geo 2023-06-08 10:04:35 +01:00
Craig Warren
c9866c28ac Moved simple benchmarking to API 2023-06-07 11:44:02 +01:00
Craig Warren
c9139c37ca Added extra logging messages. 2023-06-06 16:06:36 +01:00
Craig Warren
82e3f18fbc White space tidying 2023-06-06 16:06:17 +01:00
Craig Warren
95c96e01f6 Added to advanced examples on subgridding and PML 2023-05-05 16:02:48 +01:00
Craig Warren
c70a18c127 Subgridding docs and tidy 2023-05-05 13:12:23 +01:00
Craig Warren
ae3b543549 Added descriptive text to start of API examples 2023-05-05 11:44:03 +01:00
Craig Warren
5c6754a238 Finished docs for cone and ellipsoid 2023-05-05 11:22:59 +01:00
Craig Warren
b521bb28d2 Tidying and docs for cone and ellipsoid 2023-05-05 11:10:52 +01:00
Craig Warren
a4da5ed146 Tweaks to inherit any time step mods from main grid to subgrid 2023-05-05 10:36:04 +01:00
Craig Warren
510ef0f676 Further tweaks to inheriting time step stability in subgrids 2023-05-05 10:03:49 +01:00
Craig Warren
db04947219 Allow subgrids to inherit any time step stability factor. Remove get_src function (not used). 2023-05-05 09:39:56 +01:00
Craig Warren
38316cab4f Updated to use .h5 rather than .out 2023-05-02 15:54:39 +01:00
Craig Warren
7371d77bed Work to speed up PML building 2023-05-02 14:52:41 +01:00
Craig Warren
2a8e068324 Correct warning on equality check 2023-05-02 14:52:29 +01:00
Craig Warren
4b69c88cf1 Tidied imports 2023-05-02 13:58:17 +01:00
Craig Warren
2c66cf6184 Tweak to title 2023-05-02 13:55:56 +01:00
Craig Warren
77fc219d05 Re-added natural sort func required for merging outpot 2023-05-02 13:55:35 +01:00
Craig Warren
da1b50fbee Not required 2023-04-26 11:33:01 +01:00
Antonis Giannopoulos
5df218601b Merge branch 'devel' of https://github.com/gprMax/gprMax into devel 2023-04-21 17:04:04 +01:00
Antonis Giannopoulos
577aa6445a Introduced object primitives #ellipsoid and #cone.
The #ellipsoid works with regular semi-axes
along x, y,m and z
The #cone works similar to the cylinder
Introduced two new mixing models for using them with
a fractal box. #material_range and #material_list
The #material_range allows materials to be constructed
using ranges of permittivity, conductivity, magnetic
permeability and magentic loss.
The #material_list creates a list of predefined materials that
can be used with a fractal box. The order of the listed
materials reflects the order of the bins they are allocated to
in a fractal box.
The fractal box and associtated mixing models have been updated
to use a list of material IDs and do not rely on the assumption
that are generated sequentially. This gives greater flexibility and
adds little computation burden on the creation of the fractal
volume.
Bug fixes for mixing anisotropic vlumetric materials where "mr" was
used instead of "ms"
Bug fixes on objects that use integer coordinates for centres but
where passed floats instead.
2023-04-21 15:37:51 +01:00
Craig Warren
19bb9ee474 Removed vtk byte order as now using pyvtk 2023-04-21 13:23:28 +01:00
Craig Warren
bf7440e3c0 Revert freq equals none check as not set with user waveform 2023-04-21 13:19:17 +01:00
Craig Warren
0363bdab0d Merge pull request #342 from Sai-Suraj-27/beta_1
This PR updates a few more files which makes them much cleaner with better code.
2023-04-21 13:14:55 +01:00
Sai Suraj
a03460ca0e updated a few more similar lines of code to make them more cleaner. 2023-04-20 12:10:25 +05:30
Sai Suraj
ff1f558d55 Updated cmds_multiuse.py file made several small changes that make code simpler and cleaner. 2023-04-19 13:22:15 +05:30
Sai Suraj
4ea065196e updated a few more similar lines of code to make them more cleaner. 2023-04-19 11:49:34 +05:30
Sai Suraj
132a4d39ad updated a few more similar lines of code to make them more cleaner. 2023-04-18 22:41:55 +05:30