Commit 3d9c431
authored
File tree
23 files changed
+257416
-7
lines changed- external
- src
- testData
- lansink2024_small_one_centered_fdtd_cell
- realistic_case_with_dielectrics_fdtd_cell
- realistic_case_with_dielectrics
- test
23 files changed
+257416
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
- .gitignore+3-1
- README.md+11-4
- partially_filled_coax.areas.json-20
- src/AreaExporterService.py+27-12
- src/Graph.py+118
- src/ShapesClassification.py+208-100
- src/mesher.py+72-32
- test/test_AreaExporterService.py+74-14
- test/test_ShapesClassification.py+154
- test/test_graph.py+101
- test/test_mesher.py+193-87
- testData/ComplexNesting/ComplexNesting.FCStd
- testData/ComplexNesting/ComplexNesting.json+46
- testData/ComplexNesting/ComplexNesting.step+458
- testData/DielectricShieldedPair/DielectricShieldedPair.FCStd
- testData/DielectricShieldedPair/DielectricShieldedPair.json+34
- testData/DielectricShieldedPair/DielectricShieldedPair.step+352
- testData/DielectricUnshieldedPair/DielectricUnshieldedPair.FCStd
- testData/DielectricUnshieldedPair/DielectricUnshieldedPair.json+28
- testData/DielectricUnshieldedPair/DielectricUnshieldedPair.step+287
- testData/DielectricUnshieldedPairDefinedBoundary/DielectricUnshieldedPairDefinedBoundary.FCStd
- testData/DielectricUnshieldedPairDefinedBoundary/DielectricUnshieldedPairDefinedBoundary.json+34
- testData/DielectricUnshieldedPairDefinedBoundary/DielectricUnshieldedPairDefinedBoundary.step+352
- testData/FusedConductor/FusedConductor.FCStd
- testData/FusedConductor/FusedConductor.json+40
- testData/FusedConductor/FusedConductor.step+401
- testData/UnshieldedNested/UnshieldedNested.FCStd
- testData/UnshieldedNested/UnshieldedNested.json+22
- testData/UnshieldedNested/UnshieldedNested.step+230
- testData/agrawal1981/agrawal1981.json+46
- testData/conductor_and_outer_dielectric/conductor_and_outer_dielectric.json+16
- testData/empty_coax/empty_coax.json+16
- testData/five_wires/five_wires.json+70
- testData/lansink2024_single_wire_multipolar/lansink2024_single_wire_multipolar.json+16
- testData/nested_coax/nested_coax.json+22
- testData/partially_filled_coax/partially_filled_coax.json+22
- testData/realistic_case_with_dielectrics_fdtd_cell/realistic_case_with_dielectrics_fdtd_cell.FCStd
- testData/realistic_case_with_dielectrics_fdtd_cell/realistic_case_with_dielectrics_fdtd_cell.json+68
- testData/realistic_case_with_dielectrics_fdtd_cell/realistic_case_with_dielectrics_fdtd_cell.step+5.4k
- testData/three_wires_ribbon/three_wires_ribbon.FCStd
- testData/three_wires_ribbon/three_wires_ribbon.json+40
- testData/three_wires_ribbon/three_wires_ribbon.step+345-569
- testData/two_wires_coax/two_wires_coax.json+22
- testData/two_wires_open/two_wires_open.FCStd
- testData/two_wires_open/two_wires_open.json+16
- testData/two_wires_open/two_wires_open.step+117-211
- testData/unshielded_multiwire/unshielded_multiwire.json+22
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
728 | 731 | | |
729 | 732 | | |
730 | 733 | | |
| |||
789 | 792 | | |
790 | 793 | | |
791 | 794 | | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
Binary file not shown.
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments