Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace numerous subtypes in smaller classes with a traits class #21

Open
4 tasks
martinjrobins opened this issue Jan 3, 2018 · 0 comments
Open
4 tasks

Comments

@martinjrobins
Copy link
Collaborator

martinjrobins commented Jan 3, 2018

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:

  • ContainerTraits<Particles<...>>

Use in:

  • detail::integrate_chebyshev
  • detail::integrate_over_element
  • detail::zero_kernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant