hemelb-codes / hemelb

A high performance parallel lattice-Boltzmann code for large scale fluid flow in complex geometries
GNU Lesser General Public License v3.0
34 stars 11 forks source link

IBM integration with LB #507

Closed schmie closed 9 years ago

schmie commented 9 years ago

Reported by mdavezac on 22 Jan 2015 16:24 UTC Previous work has implemented the red-blood-cell components:

This ticket is about putting it all together:

  1. CellArmy federates all operations on the cell
  2. CellController fits CellArmy into the actor thingie

The two-step approach makes it easier to unit test without reference to the actors. Both classes are likely to change with parallelisation.

schmie commented 9 years ago

Modified by mdavezac on 22 Jan 2015 16:24 UTC

schmie commented 9 years ago

Modified by mdavezac on 22 Jan 2015 16:24 UTC