提交图

2406 次代码提交

作者 SHA1 备注 提交日期
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
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
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
Craig Warren
d0da213bb2 Remove Python ver specification 2023-03-31 16:05:22 +01:00
Craig Warren
45e3804748 Different Python ver 2023-03-31 16:03:55 +01:00
Craig Warren
99e71472e5 Try different Python 2023-03-31 16:02:39 +01:00
Craig Warren
f6f12822c9 Trying different doc build 2023-03-31 15:54:23 +01:00
Craig Warren
d3d6062a8f Sorted broken links 2023-03-31 15:43:38 +01:00
Craig Warren
72017f9808 Trying to fix bulleted list rendering 2023-03-31 14:49:11 +01:00
Craig Warren
01c39a3bdf Impulse info 2023-03-31 14:49:00 +01:00
Craig Warren
84445f4f7b Update to impulse info 2023-03-31 13:56:05 +01:00
Craig Warren
de9fde2f38 Added impulse response to waveform descriptions 2023-03-31 13:42:30 +01:00
Craig Warren
d646a7964d Removed a numbered list 2023-03-31 13:13:29 +01:00
Craig Warren
7c3fd6c1b8 Updated to describe Python API 2023-03-30 16:42:33 +01:00
Craig Warren
df8328238d Updated to Python API 2023-03-30 16:34:40 +01:00
Craig Warren
90cd5801ca Update to use Python API 2023-03-30 16:23:04 +01:00
Craig Warren
e38ad654b8 Trying to fix bullet rendering bug 2023-03-30 15:41:40 +01:00
Craig Warren
c15425db0a Updated docstring for run func 2023-03-30 15:36:43 +01:00
Craig Warren
6e8cd1ce78 Bulleted list update 2023-03-30 15:12:21 +01:00
Craig Warren
d78da497f9 Small updates to text for antenna models 2023-03-30 15:11:53 +01:00
Craig Warren
baaf21ef98 Pin Sphinx to avoid bullet rendering bug 2023-03-30 14:31:00 +01:00
Craig Warren
e2df0d1ff6 PML info update 2023-03-30 14:30:42 +01:00
Craig Warren
25bb091553 Updated PML info 2023-03-30 12:09:43 +01:00
Craig Warren
8ccf1fe122 Updated refs and removed unused hash commands 2023-03-30 11:38:37 +01:00
Craig Warren
0afa629262 Specified sphinx rtd theme version to fix bulleted lists 2023-03-30 10:55:19 +01:00
Craig Warren
778d123a03 Updated intro paras 2023-03-30 10:54:50 +01:00
Craig Warren
29652cb896 Updated titles and intro text 2023-03-30 10:19:26 +01:00
Craig Warren
4af97ad8cf Removed comparisons with old C-code 2023-03-30 09:15:21 +01:00
Craig Warren
53f858b7f0 Removed selector var 2023-03-29 16:51:45 +01:00
Craig Warren
8f0a922d7c Updated section refs 2023-03-29 16:51:30 +01:00
Craig Warren
265e2e8051 Updated section refs and input file refs 2023-03-29 12:26:19 +01:00
Craig Warren
8611101c2e Updated titles 2023-03-29 12:26:00 +01:00
Craig Warren
29d1f4e0e6 Added warning message when fractal seed is not specified 2023-03-29 12:07:32 +01:00
Craig Warren
9ed0943642 Tidied docstring 2023-03-29 12:07:12 +01:00
Craig Warren
cff3a63aff Updated titles 2023-03-29 11:59:08 +01:00
Craig Warren
22486f9df8 Updated snapshot example with new Python API 2023-03-29 11:56:24 +01:00
Craig Warren
5c0254f53e Updated geometry formats info 2023-03-29 10:30:45 +01:00