Open
Milestone
Refactor problem related classes
There are multiple issues related to Problem class:
- ghost layer is related to selected solver but it is unknown until it is passed to a solver
- each solver is instantiating shared boundaries kernel and copy* kernels, this makes compilation longer
- explicit instantiation not possible because of cyclic linking
Loading
Loading
Loading
Loading