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

Unify assign_vector_potential and assign_balloon function input arguments in Maxwell 2D #4600

Closed
IreneWoyna opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement New features or code improvements

Comments

@IreneWoyna
Copy link
Collaborator

Description of the feature

The 2 functions are used in the same way (and often they are interchangeable), but the input argument names are different in pyAEDT:

assign_balloon(self, edge_list, bound_name=None):
assign_vector_potential(self, input_edge, vectorvalue=0, bound_name=None)

I can implement the change, but I'm not sure how to maintain backward compatibility.

Steps for implementing the feature

No response

Useful links and references

No response

@IreneWoyna IreneWoyna added the enhancement New features or code improvements label Apr 29, 2024
@gmalinve
Copy link
Collaborator

Closing as part of the keywords refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

2 participants