LeMonADE-project / LeMonADE

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

Feature lattice predicates #87

Closed tonimueller closed 6 years ago

tonimueller commented 6 years ago

Recently, I need to have the monomer ID on the lattice edge for a reaction mechanism. For that purpose I wrote the feature FeatureExcludedVolumeIdOnLattice.h which uses a predicate as template parameter. The predicates are specified within the LatticePredicate.h and up to now, there are four functors which can be passed to the feature. Of course, the feature has a test :-)

tonimueller commented 6 years ago

I accepted all changes and the pull request can be closed I think