Skip to content

Discussion: useful deal.II adapter updatesΒ #48

@davidscn

Description

@davidscn

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 CaseBase interface 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions