LeMonADE-project / LeMonADE

Library for Monte Carlo Simulation applying the Bond Fluctuation Model
Other
3 stars 11 forks source link

add specialization for class Lattice #150

Open tonimueller opened 2 years ago

tonimueller commented 2 years ago

There exists a class Lattice which handles any kind of lattice sizes. A specialized class for power-of-two lattice sizes could be an high improvement for the performance. This class is currently used in:

Suggestion: Maybe it is sufficient to templatize the feature classes, where the template parameter specifies the lattice class.