-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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:
- merge both solver in a single executable instead of two. Do not merge the codes itself, but rather bundle the codes together. In the long run, a base class implementation for the time loop might be useful as well
- add a separate
CaseBaseinterface and a derived class for each test case (i.e. mesh and BCs) in order to reduce the current duplication between both solvers - add a unit like GH test which tests each solver against a cpp solverdummy (for contribution)
- add a functionality for reading and writing on quadrature points in addition to DoFs
- add a functionality for writing data on equidistant meshes
- add a functionality to automate the creation of an output directory for simulation data
MakisH
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested