-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 3386 patch example update #3566
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06b63c7 - Browse repository at this point
Copy the full SHA 06b63c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e613a - Browse repository at this point
Copy the full SHA 78e613aView commit details -
Replace assert in Primitives3D.py
assert should not be used in productive code.
Configuration menu - View commit details
-
Copy full SHA for 963b20e - Browse repository at this point
Copy the full SHA 963b20eView commit details -
Refactor MaterialLib.Materials.duplicate_materials
Allow material to be cloned and parameterized.
Configuration menu - View commit details
-
Copy full SHA for 213d7b2 - Browse repository at this point
Copy the full SHA 213d7b2View commit details
Commits on May 10, 2023
-
Updated material assignment in stackup.
AEDT throws a strange error when creating the patch.
Configuration menu - View commit details
-
Copy full SHA for 6a63146 - Browse repository at this point
Copy the full SHA 6a63146View commit details
Commits on May 11, 2023
-
Updated material assignment in stackup.
AEDT throws a strange error when creating the patch.
Configuration menu - View commit details
-
Copy full SHA for 0607e04 - Browse repository at this point
Copy the full SHA 0607e04View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a837528 - Browse repository at this point
Copy the full SHA a837528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e51cee - Browse repository at this point
Copy the full SHA 7e51ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1107514 - Browse repository at this point
Copy the full SHA 1107514View commit details
Commits on May 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 714f77b - Browse repository at this point
Copy the full SHA 714f77bView commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e225f1 - Browse repository at this point
Copy the full SHA 8e225f1View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71dccfd - Browse repository at this point
Copy the full SHA 71dccfdView commit details
Commits on May 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a0f653 - Browse repository at this point
Copy the full SHA 1a0f653View commit details -
Update Primitives._check_material
Conductors with parametric conductivitiy were always returned as dielectrics.
Configuration menu - View commit details
-
Copy full SHA for 0bcf156 - Browse repository at this point
Copy the full SHA 0bcf156View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82c6c92 - Browse repository at this point
Copy the full SHA 82c6c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5661e7f - Browse repository at this point
Copy the full SHA 5661e7fView commit details -
maxcapodi78 authored and maxcapodi78 committed
May 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a24dd8 - Browse repository at this point
Copy the full SHA 7a24dd8View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf739bb - Browse repository at this point
Copy the full SHA bf739bbView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0b7f7a - Browse repository at this point
Copy the full SHA f0b7f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467f39e - Browse repository at this point
Copy the full SHA 467f39eView commit details -
Add error handling to Scratch()
FileNotFoundError if the path passed to Scratch() doesn't exist.
Configuration menu - View commit details
-
Copy full SHA for 9af0140 - Browse repository at this point
Copy the full SHA 9af0140View commit details
Commits on Aug 14, 2023
-
Added some comments and improved docstrings to help understand the code.
Configuration menu - View commit details
-
Copy full SHA for 47bd8d8 - Browse repository at this point
Copy the full SHA 47bd8d8View commit details -
Method str_to_bool added to DataHandlers.py use map() to convert strings to Boolean when the diff pair arguments are passed to EditDiffPairs in Hfss in the method `set_differential_pair`
Configuration menu - View commit details
-
Copy full SHA for d1f2a88 - Browse repository at this point
Copy the full SHA d1f2a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc11306 - Browse repository at this point
Copy the full SHA bc11306View commit details
Commits on Aug 16, 2023
-
Merge remote-tracking branch 'origin/main' into update/ML_Example
# Conflicts: # examples/02-HFSS/Machine_learning_applied_to_Patch.py
Configuration menu - View commit details
-
Copy full SHA for d04a196 - Browse repository at this point
Copy the full SHA d04a196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a6dce - Browse repository at this point
Copy the full SHA 63a6dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a675e13 - Browse repository at this point
Copy the full SHA a675e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2956f20 - Browse repository at this point
Copy the full SHA 2956f20View commit details
Commits on Aug 17, 2023
-
Add Probe_Fed_Patch.py example
Use the Stackup3D class. Note that the original ML Patch example had to be removed.
Configuration menu - View commit details
-
Copy full SHA for 9323a1c - Browse repository at this point
Copy the full SHA 9323a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984810c - Browse repository at this point
Copy the full SHA 984810cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c5502 - Browse repository at this point
Copy the full SHA e1c5502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254b4fe - Browse repository at this point
Copy the full SHA 254b4feView commit details -
use automatic port creation. Still wip
Configuration menu - View commit details
-
Copy full SHA for 6b5e410 - Browse repository at this point
Copy the full SHA 6b5e410View commit details
Commits on Aug 18, 2023
-
- Added method _create_wave_port_from_face() - Updated Probe_Fed_Patch.py - Fixed error in AutoIdnetify boundary type. -
Configuration menu - View commit details
-
Copy full SHA for 1799a5c - Browse repository at this point
Copy the full SHA 1799a5cView commit details
Commits on Aug 19, 2023
-
- Check type of passed argument. - add import of pyaedt.modeler.cad
Configuration menu - View commit details
-
Copy full SHA for 73d4f6e - Browse repository at this point
Copy the full SHA 73d4f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d39b5 - Browse repository at this point
Copy the full SHA f9d39b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ac370 - Browse repository at this point
Copy the full SHA a0ac370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9d16b - Browse repository at this point
Copy the full SHA 6e9d16bView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34364e7 - Browse repository at this point
Copy the full SHA 34364e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b571a4e - Browse repository at this point
Copy the full SHA b571a4eView commit details
Commits on Aug 22, 2023
-
Apply suggestions from code review
Update grammar and syntax. Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 213e8d1 - Browse repository at this point
Copy the full SHA 213e8d1View commit details -
Merge remote-tracking branch 'origin/2977-bug-in-stackup3d' into 2977…
…-bug-in-stackup3d
Configuration menu - View commit details
-
Copy full SHA for 3093acf - Browse repository at this point
Copy the full SHA 3093acfView commit details
Commits on Aug 23, 2023
-
Trying to decipher the Hfss.wave_port() method. Adding comments and debugging.
Configuration menu - View commit details
-
Copy full SHA for f85516a - Browse repository at this point
Copy the full SHA f85516aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cc5b1 - Browse repository at this point
Copy the full SHA 43cc5b1View commit details -
revert Hfss.wave_port() to current version in main branch
Configuration menu - View commit details
-
Copy full SHA for af65428 - Browse repository at this point
Copy the full SHA af65428View commit details
Commits on Aug 24, 2023
-
Updated probe creation in Probe_Fed_Patch.py
- also need to account for a FacePrimitive being passed to hfss._create_pec_cap
Configuration menu - View commit details
-
Copy full SHA for 6e8e1ce - Browse repository at this point
Copy the full SHA 6e8e1ceView commit details -
Merge remote-tracking branch 'origin/main' into bug-3386-set_solve_in…
…side_freq_dependent_mat
Configuration menu - View commit details
-
Copy full SHA for 95622c9 - Browse repository at this point
Copy the full SHA 95622c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd8b93 - Browse repository at this point
Copy the full SHA 8dd8b93View commit details
Commits on Aug 28, 2023
-
Need to consider case when props is not passed.
Configuration menu - View commit details
-
Copy full SHA for d1b0250 - Browse repository at this point
Copy the full SHA d1b0250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6398818 - Browse repository at this point
Copy the full SHA 6398818View commit details -
Merge remote-tracking branch 'origin/main' into bug-3386-set_solve_in…
…side_freq_dependent_mat
Configuration menu - View commit details
-
Copy full SHA for cc1e888 - Browse repository at this point
Copy the full SHA cc1e888View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed39dda - Browse repository at this point
Copy the full SHA ed39ddaView commit details
Commits on Sep 10, 2023
-
-Update some docstrings. - Simplify syntax in probe fed patch face selection. - Add "small number" in test_20_HFSS.py to help test equivalence.
Configuration menu - View commit details
-
Copy full SHA for 0c63d93 - Browse repository at this point
Copy the full SHA 0c63d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1969055 - Browse repository at this point
Copy the full SHA 1969055View commit details -
Update test_20_HFSS.py Update some docstrings. - test_05_create_wave... still fails.
Configuration menu - View commit details
-
Copy full SHA for a2ceca7 - Browse repository at this point
Copy the full SHA a2ceca7View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f501149 - Browse repository at this point
Copy the full SHA f501149View commit details -
- set non_graphical to True in Probe_Fed_Patch.py
Configuration menu - View commit details
-
Copy full SHA for 96a619e - Browse repository at this point
Copy the full SHA 96a619eView commit details -
Update port test in test_20_HFSS.py Update docstring for stackup_3d.py
Configuration menu - View commit details
-
Copy full SHA for 90d242c - Browse repository at this point
Copy the full SHA 90d242cView commit details -
Creation of "sheet1a_Port" in test_20_HFSS.py was non-physical. This has been fixed.
Configuration menu - View commit details
-
Copy full SHA for 94ec15d - Browse repository at this point
Copy the full SHA 94ec15dView commit details
Commits on Sep 15, 2023
-
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6795f42 - Browse repository at this point
Copy the full SHA 6795f42View commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8741194 - Browse repository at this point
Copy the full SHA 8741194View commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4be9c9a - Browse repository at this point
Copy the full SHA 4be9c9aView commit details -
Update pyaedt/modeler/cad/Modeler.py
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49e5572 - Browse repository at this point
Copy the full SHA 49e5572View commit details -
Update pyaedt/modeler/cad/Modeler.py
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0c4dd1 - Browse repository at this point
Copy the full SHA d0c4dd1View commit details -
Apply suggestions from code review
update dosctrings based on review feedback. Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9570958 - Browse repository at this point
Copy the full SHA 9570958View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ba2bcfc - Browse repository at this point
Copy the full SHA ba2bcfcView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8f9c93 - Browse repository at this point
Copy the full SHA f8f9c93View commit details -
Update to clone() and copy() had some minor errors.
Configuration menu - View commit details
-
Copy full SHA for 76cdaaf - Browse repository at this point
Copy the full SHA 76cdaafView commit details
Commits on Sep 19, 2023
-
Resolved inconsistencies in the way dielectric properties are handled.
Configuration menu - View commit details
-
Copy full SHA for 0edf073 - Browse repository at this point
Copy the full SHA 0edf073View commit details
Commits on Sep 20, 2023
-
Simplify assignment of sr for choke.
Configuration menu - View commit details
-
Copy full SHA for 49f057b - Browse repository at this point
Copy the full SHA 49f057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6391b0f - Browse repository at this point
Copy the full SHA 6391b0fView commit details -
maxcapodi78 authored and maxcapodi78 committed
Sep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for a6cb168 - Browse repository at this point
Copy the full SHA a6cb168View commit details -
maxcapodi78 authored and maxcapodi78 committed
Sep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 99f715e - Browse repository at this point
Copy the full SHA 99f715eView commit details
Commits on Sep 21, 2023
-
Update pyaedt/modules/MaterialLib.py
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b70d6f - Browse repository at this point
Copy the full SHA 8b70d6fView commit details -
Update pyaedt/generic/filesystem.py
Co-authored-by: Maxime Rey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c91f85e - Browse repository at this point
Copy the full SHA c91f85eView commit details -
Update pyaedt/modules/MaterialLib.py
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ce79bc - Browse repository at this point
Copy the full SHA 1ce79bcView commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d791d38 - Browse repository at this point
Copy the full SHA d791d38View commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 472209e - Browse repository at this point
Copy the full SHA 472209eView commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f767cd - Browse repository at this point
Copy the full SHA 4f767cdView commit details -
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 313f85e - Browse repository at this point
Copy the full SHA 313f85eView commit details -
Update pyaedt/generic/DataHandlers.py
Co-authored-by: Kathy Pippert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51c17b0 - Browse repository at this point
Copy the full SHA 51c17b0View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 34f9bcc - Browse repository at this point
Copy the full SHA 34f9bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fdf7a5 - Browse repository at this point
Copy the full SHA 9fdf7a5View commit details -
Update _unittest/test_20_HFSS.py
Co-authored-by: Massimo Capodiferro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 408e182 - Browse repository at this point
Copy the full SHA 408e182View commit details -
Co-authored-by: Massimo Capodiferro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c1e0be - Browse repository at this point
Copy the full SHA 3c1e0beView commit details -
Update _unittest/test_20_HFSS.py
Co-authored-by: Massimo Capodiferro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f89c70 - Browse repository at this point
Copy the full SHA 4f89c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e5f5d - Browse repository at this point
Copy the full SHA 63e5f5dView commit details