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
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
Craig Warren
4a0767ce90
Remove model outputs
2023-04-17 09:34:58 +01:00
Craig Warren
a51eb362b7
Added FUNDING.yml
2023-04-17 09:04:53 +01:00
Craig Warren
cb1013155f
Remove subgrid snapshot testing
2023-04-17 09:04:44 +01:00
Sai Suraj
893d635fc1
Merge branch 'devel' of https://github.com/gprMax/gprMax into class_Waveform
2023-04-17 10:40:53 +05:30
Sai Suraj
e239b84f7c
Merge branch 'devel' of https://github.com/gprMax/gprMax into beta_1
2023-04-16 19:30:54 +05:30
Sai Suraj
2f8294698d
Reformatted some code in a few more files.
2023-04-16 19:17:57 +05:30
Antonis Giannopoulos
bec20bbd52
New object building primitives and two new mixing models for fractal box, bug fixes
...
Introduced object primitives #ellipsoid and #cone. The #ellipsoid works with regular semi-axes
along x, y, and z. The #cone works in a similar way to the cylinder and can be truncated with circular faces of different radii. If one radius is zero then it is a normal cone.
Introduced two new mixing models for using 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 magnetic loss. Ranges can be increasing or decreasing as needed.
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 associated 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 volumetric 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-16 13:51:47 +01:00
Sai Suraj
361bfc3115
Updated a few more files by reformatting some code, now they look a little better.
2023-04-16 15:48:19 +05:30
Sai Suraj
f0c6e02781
Renamed a variable from max to maxi in plot_pml_comparison.py file as 'max' is an inbuilt function name.
2023-04-16 15:36:57 +05:30
Sai Suraj
80db7bbe67
Updated few parts of test_models.py file, renamed a variable from max to maxi as max is an inbuilt function name.
2023-04-16 12:25:22 +05:30
Sai Suraj
e41449a923
Reformatted some code in 3 more files, used f-strings to make code better.
2023-04-16 11:03:47 +05:30
Sai Suraj
e8271e1c1f
Updated some parts of the setup.py to make the code much better and cleaner.
2023-04-16 01:02:26 +05:30
Sai Suraj
a347b12c9e
Reformatted some code in 3 more files to make it more cleaner, and better.
2023-04-16 00:46:37 +05:30
Sai Suraj
d9175e8a5e
Merged the progressbars dictionary assignment with declaration to make the code cleaner.
2023-04-15 11:44:46 +05:30
Sai Suraj
740ddb06ed
Used f-strings to make the code in cmds_multiuse.py much better
2023-04-15 11:26:38 +05:30
Sai Suraj
9dbf795356
Used f-strings to make the code in cmds_singleuse.py file more cleaner and readable.
2023-04-15 11:06:45 +05:30
Sai Suraj
f05cb68bc2
Reformated some 'if statements' to make them more simpler with less amount of code.
2023-04-15 10:33:05 +05:30
Craig Warren
1dd4f17850
Bullets bug
2023-04-13 14:00:03 +01:00
Craig Warren
49ee68c838
A couple more grammar fixes
2023-04-13 13:56:10 +01:00
Craig Warren
f012ec2fea
Merge pull request #340 from Sai-Suraj-27/devel
...
This PR fixes mistakes in the docs, and makes it clean and better
2023-04-13 13:50:42 +01:00
Sai Suraj
1edbd8c20b
Corrected small grammatical mistakes in few files of docs.
2023-04-11 19:48:28 +05:30
Sai Suraj
05847a8564
Corrected some more grammatical, and spelling mistaktes found in docs
2023-04-11 19:30:44 +05:30
Sai Suraj
8e8a8da7dc
Corrected some more spelling and grammatical mistakes in different files of docs.
2023-04-11 19:16:30 +05:30
Sai Suraj
487a9fb7f7
Corrected some spelling mistakes and grammatical errors in the README file.
2023-04-11 18:53:02 +05:30
Craig Warren
4b36ed616a
Removed unused vtk float identifiers
2023-04-06 15:42:18 +01:00
Craig Warren
acc32b8220
Initial subgridding example
2023-03-31 16:56:09 +01:00
Craig Warren
0537f2b0d1
Different reqs
2023-03-31 16:09:19 +01:00
Craig Warren
90286cf8a9
Trying different reqs
2023-03-31 16:07:38 +01:00