Skip to content
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

FIX: Arbitrary waveport meshing fix #973

Merged
merged 52 commits into from
Jan 14, 2025
Merged

Conversation

svandenb-dev
Copy link
Collaborator

@svandenb-dev svandenb-dev commented Jan 14, 2025

This PR is fixing meshing error on arbitrary waveport used with PyAEDT extension.
The fix consists of scaling the surface create at the void location by 10% to ensure the overlapping and prevent meshing faillure.

closing #975

# Conflicts:
#	src/pyedb/dotnet/edb_core/edb_data/hfss_pi_simulation_setup_data.py
#	src/pyedb/dotnet/edb_core/utilities/simulation_setup.py
# Conflicts:
#	src/pyedb/dotnet/edb_core/components.py
@github-actions github-actions bot added the testing Anything related to testing label Jan 14, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.69%. Comparing base (0fc5296) to head (db8f027).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #973      +/-   ##
==========================================
+ Coverage   82.68%   82.69%   +0.01%     
==========================================
  Files         160      160              
  Lines       21117    21118       +1     
==========================================
+ Hits        17461    17464       +3     
+ Misses       3656     3654       -2     

@svandenb-dev svandenb-dev linked an issue Jan 14, 2025 that may be closed by this pull request
2 tasks
@svandenb-dev svandenb-dev merged commit 8b5a502 into main Jan 14, 2025
30 checks passed
@svandenb-dev svandenb-dev deleted the arbitrary-waveport-meshing-fix branch January 14, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arbitrary wave port meshing error
3 participants