41 次代码提交

作者 SHA1 备注 提交日期
nmannall
a66a741aec Add output files from running examples to .gitignore 2023-12-06 16:13:57 +00:00
Craig Warren
a061e64c68 Cleanup formatting 2023-10-13 20:36:40 +01:00
Craig Warren
e787140b96 Cleanup formatting 2023-10-13 20:36:29 +01:00
Sai-Suraj-27
9c2b63d883 Added new check that verifies .toml files in the repo, and updated black version. 2023-09-25 14:18:50 +05:30
Craig Warren
f47afc6046 Merge pull request #383 from Sai-Suraj-27/f-strings
Reformatted few files according to latest python standards.
2023-09-18 14:05:14 +01:00
Craig Warren
11a6b49b8d Turn off geometry only 2023-09-18 13:52:21 +01:00
Craig Warren
3da2cb507d Add example inserting antenna model the 'old way', i.e. with python blocks 2023-09-18 13:49:54 +01:00
Sai-Suraj-27
caa9ed88ae Ran pre-commit run --all-files to modify all the files correctly. 2023-09-08 16:06:59 +05:30
Craig Warren
8891e89de5 Corrected some bugs with 400MHz model 2023-08-30 10:51:26 +01:00
Craig Warren
d60015d285 Updated GSSI 400MHz to 2022 version 2023-08-29 17:11:27 +01:00
Sai-Suraj-27
5527398e0c updated the pre-commit-config.yaml file by adding the isort hook. 2023-07-26 22:28:43 +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
f9f752475a Removed this example as now in docs 2023-06-14 12:38:52 +01:00
Craig Warren
60462de571 Adding descriptions to subgrid examples. 2023-06-12 15:52:48 +01:00
Craig Warren
4a610faebb Cleaned up with better comments 2023-06-09 14:56:34 +01:00
Craig Warren
95c96e01f6 Added to advanced examples on subgridding and PML 2023-05-05 16:02:48 +01:00
Craig Warren
ae3b543549 Added descriptive text to start of API examples 2023-05-05 11:44:03 +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
Sai Suraj
9e37e5864a Reformatted some code in a few more files. 2023-04-18 18:12:16 +05:30
Craig Warren
4a0767ce90 Remove model outputs 2023-04-17 09:34:58 +01:00
Craig Warren
cb1013155f Remove subgrid snapshot testing 2023-04-17 09:04:44 +01:00
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
Craig Warren
d3d6062a8f Sorted broken links 2023-03-31 15:43:38 +01:00
Craig Warren
d78da497f9 Small updates to text for antenna models 2023-03-30 15:11:53 +01:00
Craig Warren
8ccf1fe122 Updated refs and removed unused hash commands 2023-03-30 11:38:37 +01:00
Craig Warren
53f858b7f0 Removed selector var 2023-03-29 16:51:45 +01:00
craig-warren
fdd7cee1f2 Tidying up patterns 2023-03-11 18:47:19 -07:00
craig-warren
6985350222 Adding patterns 2023-03-11 18:23:43 -07:00
Craig Warren
ba7f7b5e56 Testing subgrid snaps 2023-02-17 10:56:25 +00:00
Craig Warren
4341cfe668 Deleted old subgrid example 2022-11-19 21:46:17 +00:00
Craig Warren
f3e4c5cc8c Uncomment dispersive water material 2022-11-19 16:26:40 +00:00
Craig Warren
74c610a117 Updated examples 2022-11-19 15:49:16 +00:00
Craig Warren
12a76f4586 Commented geometry views 2022-11-19 15:47:39 +00:00
Craig Warren
9314dffbfb Added basic subgrid water cylinder example 2022-11-18 13:22:06 +00:00
Craig Warren
da02fffd3a Updated syntax 2022-11-18 13:19:35 +00:00
Craig Warren
2ee7c58007 Corrected path to toolboxes 2022-11-17 11:15:57 +00:00
Craig Warren
0281fe49fd Changed name of subgrid folder 2022-11-09 15:15:30 +00:00
Craig Warren
d1c0757cbc Updated to reflect new Toolboxes sub-package name 2022-11-09 09:35:57 +00:00
Craig Warren
16df30968e Re-structuring package layout 2022-11-09 09:29:23 +00:00