danielkelshaw / BOLT

Lattice Boltzmann Simulator
2 stars 0 forks source link

Implementation of ObjectsClass constructor #49

Closed danielkelshaw closed 4 years ago

danielkelshaw commented 4 years ago

Implementation of constructor allows class to be instantiated. As the grid also needs knowledge of the objects the GridClass has been modified to take an object pointer as a parameter.

Resolves: #48