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 numerous subtypes in smaller classes with a traits class #21

Open martinjrobins opened 6 years ago

martinjrobins commented 6 years ago

many smaller function objects have a long list of subtypes to various types that they need, often based on templated Particles, Elements or Query types. Should make a traits class that can get all these subtypes, would save a lot of lines of code

Create:

Use in: