Skip to content

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

@martinjrobins

Description

@martinjrobins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions