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
All methods from the old Lattice class have been transferred to the new Flow ABC class. We need to review and possibly restructure these methods to ensure they are logically organized and adhere to our coding standards.
lattice methods such as rho(f), u(f), entropy(f), etc. could be stored separately so that they can be accessed by tests without creating a Flow object. These methods do not require Flow-specific attributes, except sometimes the stencil weights.
When you're done with this, do make sure to reactivate test_collision_fixpoint_2x_MRT
All methods from the old
Lattice
class have been transferred to the newFlow
ABC class. We need to review and possibly restructure these methods to ensure they are logically organized and adhere to our coding standards.Edit by @PhiSpel:
test_collision_fixpoint_2x_MRT
The text was updated successfully, but these errors were encountered: