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

Add stopping power calculation #160

Merged
merged 11 commits into from
Mar 7, 2021

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    1bfafd3 View commit details
    Browse the repository at this point in the history
  2. Add nonuniform grid

    sethrj committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    be263a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022a929 View commit details
    Browse the repository at this point in the history
  4. WIP: step utils with wrong range

    Need to store *unmodified* range for each particle type for use in
    inverse range lookup.
    sethrj committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b1654c4 View commit details
    Browse the repository at this point in the history
  5. Fix range calculation

    sethrj committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b6ef9e9 View commit details
    Browse the repository at this point in the history
  6. Update documentation

    sethrj committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7983de0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ceed24b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a551677 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a9ae97 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Make conversion assigment explicit for Collection.

    This should prevent accidental construction-from-temporaries like the
    one causing test failures in ValueGridBuilder.
    sethrj committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6c1e091 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Address reviewer feedback

    sethrj committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    a3eb048 View commit details
    Browse the repository at this point in the history