You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently @wawando 's Eigenvalue factorization code uses a Domain, Cell and Particle class which are different from the Hatrix trunk. We need to unify them and use the same classes in all the examples. These must originate from the Hatrix trunk.
The following needs to be resolved in order to make this happen:
Remove pointers from the Cell class.
In order to integrate @wawando 's code with the trunk Hatrix, changes can be made in the following order:
Currently @wawando 's Eigenvalue factorization code uses a Domain, Cell and Particle class which are different from the Hatrix trunk. We need to unify them and use the same classes in all the examples. These must originate from the Hatrix trunk.
The following needs to be resolved in order to make this happen:
Cell
class.In order to integrate @wawando 's code with the trunk Hatrix, changes can be made in the following order:
Particle
class integration into all the examplesBody
instead ofParticle
.Body
class fromcommon/
and replace all occurrences withParticle
.Body
and merge it intoParticle
.Body.hpp
file.Cell
class integration into the all the examples.Cell
fromcommon/
is used in the following codes:The text was updated successfully, but these errors were encountered: