-
Notifications
You must be signed in to change notification settings - Fork 4
feat: boundary conditions interface #365
Copy link
Copy link
Open
Labels
enhancement 🔥New feature or requestNew feature or requestrefactor 🦋Updates or rewrites of existing code to use new interfaces/setups. Neither broken nor truly new.Updates or rewrites of existing code to use new interfaces/setups. Neither broken nor truly new.
Description
Activity
Metadata
Metadata
Labels
enhancement 🔥New feature or requestNew feature or requestrefactor 🦋Updates or rewrites of existing code to use new interfaces/setups. Neither broken nor truly new.Updates or rewrites of existing code to use new interfaces/setups. Neither broken nor truly new.
Is your feature request related to a problem? Please describe.
The current interface for setting boundary conditions only handles Dirichlet conditions, using a dictionary.
Describe the solution you'd like
It would be nice to have structures related to boundary conditions (Dirichlet, Neumann, Robin, etc...).