aboria / Aboria

Enables computations over a set of particles in N-dimensional space
https://aboria.github.io/Aboria
Other
105 stars 30 forks source link

replace boost::fusion with Aboria::getter_type #8

Open martinjrobins opened 6 years ago

martinjrobins commented 6 years ago

boost::fusion is used to hold particle data in the Context type for the expression template evaluation (src/detail/Context.h). If I used a Aboria::getter_type instead, this could get rid of the boost::fusion dependency