You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
many smaller function objects have a long list of subtypes to various types that they need, often based on templated
Particles
,Elements
orQuery
types. Should make a traits class that can get all these subtypes, would save a lot of lines of codeCreate:
ContainerTraits<Particles<...>>
Use in:
detail::integrate_chebyshev
detail::integrate_over_element
detail::zero_kernel
The text was updated successfully, but these errors were encountered: