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

Boundary Conditions Refactor #326

Open
arvigj opened this issue Mar 26, 2024 · 0 comments
Open

Boundary Conditions Refactor #326

arvigj opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@arvigj
Copy link
Contributor

arvigj commented Mar 26, 2024

Describe the solution you'd like
There is a collection of vectors containing boundary elements for all of the different boundary conditions. As we add new boundary condition types, we add new vectors of boundary elements that are just stored in State. This needs refactoring into some other container that we can store in State but does not pollute the class.

Additional context
Add any other context or screenshots about the feature request here.

@arvigj arvigj added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant