-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Discussion: useful deal.II adapter updates #48
Comments
Good points!
Yes, I think it's a good idea to merge both solvers. Also the building routines. Ideally, we should be able at runtime to switch between linear and nonlinear.
A test would be good, but I am not sure whether testing against a cpp solverdummy is the right way to go. Better would be to either mock preCICE or do unit tests for all functions which are not using preCICE.
Both could be interesting eventually, but low prio in my opinion right now.
"Low effort, low gain" in my opinion. No prio, but should also not take long. |
I upvote 👍, especially since this would make the cleaning (and the user experience) more consistent. |
Would it make sense to break this one into smaller issues? If something is easy, we could mark it as "good first issue" then. |
Thinking about the upcoming adapter presentation during the workshop it might be worth to modernize/update some structures and capabilities of the current adapter state. I have a lot of ready-to-use code floating around which might be useful. However, it's a preCICE project, so what do others think about these features:
CaseBase
interface and a derived class for each test case (i.e. mesh and BCs) in order to reduce the current duplication between both solversThe text was updated successfully, but these errors were encountered: