提交图

1294 次代码提交

作者 SHA1 备注 提交日期
rania-pa
79f319abbf Update knl_fields_updates.py 2023-07-25 12:40:32 +01:00
rania-pa
988128e3d2 Update add_surface_roughness.py 2023-07-25 12:36:49 +01:00
Craig Warren
79eecef659 Add scene to sim_config if not already created 2023-07-11 09:00:52 +01:00
Craig Warren
515351bbfb Reverted logic on if not any() which is not the same as if all() 2023-06-27 16:58:34 +01:00
Sai-Suraj-27
64b3068aa3 Trying to resolve all the merge conflicts. 2023-06-27 16:34:09 +05:30
Sai-Suraj-27
08b6caff35 Merge branch 'devel' of https://github.com/gprMax/gprMax into fix_1 2023-06-26 16:14:13 +05:30
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
Sai-Suraj-27
c0762cc112 Removed unnecessary if conditions at some places, and used itertools.product to make code more readable/cleaner. 2023-06-23 19:35:54 +05:30
Sai-Suraj-27
e9416e34c8 Refactored some code to make it cleaner/better. 2023-06-23 18:42:17 +05:30
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
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
82e3f18fbc White space tidying 2023-06-06 16:06:17 +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
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
77fc219d05 Re-added natural sort func required for merging outpot 2023-05-02 13:55:35 +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
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
Sai Suraj
f5c8c374ca Reformatted some code in many files where an f-string could have been used but was not used. 2023-04-18 22:29:10 +05:30
Sai Suraj
c58a119340 Merge branch 'devel' of https://github.com/gprMax/gprMax into beta_1 2023-04-18 22:03:42 +05:30
Sai Suraj
839c5ba9ff Reformatted some code in a few more files. 2023-04-18 22:03:22 +05:30
Craig Warren
10bdc3ed81 Cythonised the calc of PML er and mr averages 2023-04-18 16:32:00 +01:00
Craig Warren
fe56f5fd2f Fixed issue when material name contained a plus sign 2023-04-18 15:58:59 +01:00
Sai Suraj
7457f8fec0 Updated a few more files to make their code much cleaner and better. 2023-04-18 19:53:46 +05:30
Sai Suraj
0363f176f8 updated a few lines of code to make them more cleaner. 2023-04-18 19:40:49 +05:30
Sai Suraj
9e37e5864a Reformatted some code in a few more files. 2023-04-18 18:12:16 +05:30
Sai Suraj
3ba49bfd14 updated a few lines of code to make them more cleaner. 2023-04-18 12:43:33 +05:30
Sai Suraj
72c85b29d6 Made changes to the reformatted code as per the suggestions given. 2023-04-18 02:06:25 +05:30
Sai Suraj
4015c51bd7 Merge branch 'devel' of https://github.com/gprMax/gprMax into beta_1 2023-04-18 01:22:44 +05:30
Craig Warren
d95364a815 Revert some of the style changes from PR341 2023-04-17 14:35:05 +01:00
Craig Warren
65057de491 Merge pull request #341 from Sai-Suraj-27/class_Waveform
This PR updates a few files which makes them much cleaner with better code.
2023-04-17 09:43:47 +01:00
Craig Warren
5ff07b92e8 Tidy ups and remove n_built_in_materials 2023-04-17 09:36:05 +01:00
Craig Warren
42652d21f0 Tidy up some imports and syntax 2023-04-17 09:35:35 +01:00