festim-dev / FESTIM

Coupled hydrogen/tritium transport and heat transfer modelling using FEniCS
https://festim.readthedocs.io/en/stable/
Apache License 2.0
78 stars 16 forks source link

Refactor `HeatTransferProblem` and `HTransportProblem` #745

Open RemDelaporteMathurin opened 2 months ago

RemDelaporteMathurin commented 2 months ago

HeatTransferProblem and HTransportProblem share a lot of functionality.

We would need a base class (Problem?) that has all this shared functionality and have HeatTransferProblem and HTransportProblem inherit from it.