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

Random Ray Transport #2823

Merged
merged 188 commits into from
Apr 18, 2024
Merged

Random Ray Transport #2823

merged 188 commits into from
Apr 18, 2024

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    d76033a View commit details
    Browse the repository at this point in the history
  2. added source update function

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c2fa6aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc30912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31609b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2dcec View commit details
    Browse the repository at this point in the history
  6. added k-eff update function

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7db4a7d View commit details
    Browse the repository at this point in the history
  7. basic iteration code is in.

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a782fa4 View commit details
    Browse the repository at this point in the history
  8. adding ray methods.

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    785c4d6 View commit details
    Browse the repository at this point in the history
  9. adding more ray methods.

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2ccc838 View commit details
    Browse the repository at this point in the history
  10. whitespace fixes

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    168ca04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c45008 View commit details
    Browse the repository at this point in the history
  12. continued debugging

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    003c646 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f232980 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04e7e12 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d66cdbb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    588f1ce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    442153c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    baf1f5a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c2770b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e785b26 View commit details
    Browse the repository at this point in the history
  21. added energy integrated version. About 2x fast, but still too slow. W…

    …hy not pre-compute and store?
    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9566890 View commit details
    Browse the repository at this point in the history
  22. added tally mapper, but now there is a problem where what if we did n…

    …ot hit all the cells before entering the active region?
    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7646594 View commit details
    Browse the repository at this point in the history
  23. Added ability for tally conversion to run multiple times if not all F…

    …SRS were hit on the first iteration
    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7b46663 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f28d655 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2b43008 View commit details
    Browse the repository at this point in the history
  26. added some comments

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5548628 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7503eb6 View commit details
    Browse the repository at this point in the history
  28. parallelized flux/volume zeroing routines. Streamlined instability an…

    …d low FSR hit rate detection and output.
    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1eb5eec View commit details
    Browse the repository at this point in the history
  29. added more output metrics

    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    958a73a View commit details
    Browse the repository at this point in the history
  30. changed parallelization scheme for normalization routines. Removed ta…

    …rget miss rate printout.
    jtramm committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ec78527 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    eeda6ab View commit details
    Browse the repository at this point in the history
  2. added source update function

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6a6d100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c35db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19e3e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68af51e View commit details
    Browse the repository at this point in the history
  6. added k-eff update function

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7673afb View commit details
    Browse the repository at this point in the history
  7. basic iteration code is in.

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cfab02a View commit details
    Browse the repository at this point in the history
  8. adding ray methods.

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f40f807 View commit details
    Browse the repository at this point in the history
  9. adding more ray methods.

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c373560 View commit details
    Browse the repository at this point in the history
  10. whitespace fixes

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ebee0ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25f1fcc View commit details
    Browse the repository at this point in the history
  12. continued debugging

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    aa9b732 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3ed5dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9708d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d22e78 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    247e8df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9610a2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    84cfdaa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d74781e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    68bee19 View commit details
    Browse the repository at this point in the history
  21. added energy integrated version. About 2x fast, but still too slow. W…

    …hy not pre-compute and store?
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a3c9804 View commit details
    Browse the repository at this point in the history
  22. added tally mapper, but now there is a problem where what if we did n…

    …ot hit all the cells before entering the active region?
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0c5200b View commit details
    Browse the repository at this point in the history
  23. Added ability for tally conversion to run multiple times if not all F…

    …SRS were hit on the first iteration
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4b60bd5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    64a6d6e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b1167d9 View commit details
    Browse the repository at this point in the history
  26. added some comments

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6566cdc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    738910a View commit details
    Browse the repository at this point in the history
  28. parallelized flux/volume zeroing routines. Streamlined instability an…

    …d low FSR hit rate detection and output.
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1d9254e View commit details
    Browse the repository at this point in the history
  29. added more output metrics

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d998d06 View commit details
    Browse the repository at this point in the history
  30. changed parallelization scheme for normalization routines. Removed ta…

    …rget miss rate printout.
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    58d516b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7ffb30d View commit details
    Browse the repository at this point in the history
  32. fixed fast forward issue

    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5ff2be8 View commit details
    Browse the repository at this point in the history
  33. updated to use zero temp and angle indices when accessing XS data. Ad…

    …ded statepoint output.
    jtramm committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    69abd98 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. used OpenMC init sim

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2cb971c View commit details
    Browse the repository at this point in the history
  2. using init and finalize batch

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    504cb54 View commit details
    Browse the repository at this point in the history
  3. using generations now as well

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a6a00b3 View commit details
    Browse the repository at this point in the history
  4. using integrated keff tally

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ecc0087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f363645 View commit details
    Browse the repository at this point in the history
  6. set weight to 1.0

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c5fbb4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56e84f7 View commit details
    Browse the repository at this point in the history
  8. removed duplicate timer

    jtramm committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bbd325d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. figured out bug -- was due to actual bug in openmc where it is revert…

    …ing to CE logic when the group number is 0. It works in MGMC, but is unnecessarily slow.
    jtramm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2854d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e91d50 View commit details
    Browse the repository at this point in the history
  3. added fixed source checking

    jtramm committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    94705ef View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. refactor from Ray to RandomRay

    jtramm committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    54f39de View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. added source validation

    jtramm committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b3ea0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d90cd4 View commit details
    Browse the repository at this point in the history
  3. adding comments, and switched to setting to previous source instead o…

    …f previous flux in case where FSR has nonzero volume but was not hit this iteration. Appears to improve fidelity considerably for very low ray density cases
    jtramm committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    872ff56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39cdd66 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    43df38a View commit details
    Browse the repository at this point in the history
  2. finished up python interface?

    jtramm committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6cf75a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad86a0 View commit details
    Browse the repository at this point in the history
  4. partial domain replication. Need to not print double, and need to red…

    …uce number of global intersections.
    jtramm committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f7e0400 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fixed issue with tallies in mpi mode. Issue was solely with the cell …

    …positions being reduce summed, when something more complex was needed so that valid positions were picked.
    jtramm committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6eb99bd View commit details
    Browse the repository at this point in the history
  2. added more comments

    jtramm committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b4fffb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed34ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe4194d View commit details
    Browse the repository at this point in the history
  5. removed extra comment

    jtramm committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bec2b82 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. added lots of comments

    jtramm committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1fbd373 View commit details
    Browse the repository at this point in the history
  2. fixed comment issue

    jtramm committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    027653b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1789d41 View commit details
    Browse the repository at this point in the history
  4. added vtk plotter

    jtramm committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fefe9aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf3134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    811c399 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95ebeed View commit details
    Browse the repository at this point in the history
  8. parallelized plotter

    jtramm committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b3a38e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00f0e4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4939ceb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bce3b70 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8704ee7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98f0696 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    3254e3b View commit details
    Browse the repository at this point in the history
  2. tweaks to tolerant testing. Report k-eff simulation for k-eff combine…

    …d when in random ray mode. Addition of first random ray test
    jtramm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a7d90df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54d0a71 View commit details
    Browse the repository at this point in the history
  4. removed unneeded headers

    jtramm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8a49e5d View commit details
    Browse the repository at this point in the history
  5. added endianness flipping function, ability to output multiple plots …

    …for different views, and ability to ignore non-voxel plots so as to allow them to be in in plots.xml for pure geometry visualization
    jtramm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1419f39 View commit details
    Browse the repository at this point in the history
  6. adjusted comment

    jtramm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dd90d63 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. fixed merge issue

    jtramm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1818989 View commit details
    Browse the repository at this point in the history
  2. improved pincell example

    jtramm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cf0f69b View commit details
    Browse the repository at this point in the history
  3. ran git clang-format develop

    jtramm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2248ec4 View commit details
    Browse the repository at this point in the history
  4. Added a loop before plotting to change filenames first, so the plot s…

    …ummary filenames display as expected.
    jtramm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8216a6c View commit details
    Browse the repository at this point in the history
  5. ran git clang-format develop

    jtramm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    735fcfd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    33c333b View commit details
    Browse the repository at this point in the history
  2. Revert "fixed fast forward issue"

    This reverts commit 5ff2be8, reversing
    changes made to 7ffb30d.
    jtramm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0b0dc42 View commit details
    Browse the repository at this point in the history
  3. ran clang-format on settings.h

    jtramm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    12f24f0 View commit details
    Browse the repository at this point in the history
  4. added back in comment

    jtramm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    69ae4f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a34cc View commit details
    Browse the repository at this point in the history
  6. ran git clang-format develop

    jtramm committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a07c534 View commit details
    Browse the repository at this point in the history
  7. Update src/random_ray/iteration.cpp

    Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
    jtramm and gridley committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e0b62a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    63857aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57dad69 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    d3cfd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead8cfa View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fixed over/underbars

    jtramm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    561d8fa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. added random ray user guide

    jtramm committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bb24326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a060d4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42e0eb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. continued work on docs

    jtramm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    53d3a5e View commit details
    Browse the repository at this point in the history
  2. continued work on docs

    jtramm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    74d7ac7 View commit details
    Browse the repository at this point in the history
  3. continued updated to docs

    jtramm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    2893ecf View commit details
    Browse the repository at this point in the history
  4. continued work on docs

    jtramm committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    872bcfe View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. updating random ray docs

    jtramm committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    32c65d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66387b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Added random_ray_source option to IndependentSource to flag source as…

    … the one to use for sampling random rays rather than neutrons.
    jtramm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2ec33be View commit details
    Browse the repository at this point in the history
  2. ran git clang-format HEAD~1

    jtramm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5c63a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a0500f View commit details
    Browse the repository at this point in the history
  4. ran git clang-format HEAD~1

    jtramm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4727569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f20bc1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98b65d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    916b2bd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. added accessors for cell material/temperature fields to abstract logi…

    …c of accessing these fields when distrib materials/temps are used.
    jtramm committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    524f2b4 View commit details
    Browse the repository at this point in the history
  2. ran git clang-format HEAD~1

    jtramm committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f122ef0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    4a92297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3821eb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    00d07dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14faa19 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5555dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28942b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383bd31 View commit details
    Browse the repository at this point in the history
  4. ran git clang-format develop

    jtramm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e3bc76a View commit details
    Browse the repository at this point in the history
  5. changed include guard names

    jtramm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e5cdc3e View commit details
    Browse the repository at this point in the history
  6. ran git clang-format develop

    jtramm committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eb66a04 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    b715f03 View commit details
    Browse the repository at this point in the history
  2. enabled tracklength and collision tallies. Fixed vacuum BC bug where …

    …particle type was checked instead of solver mode
    jtramm committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b4ad777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7eec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    ef0fdca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d0d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de305b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    007a935 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e6bec View commit details
    Browse the repository at this point in the history
  6. updated docs

    jtramm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    591d0e2 View commit details
    Browse the repository at this point in the history
  7. ran git clang-format develop

    jtramm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1d8722f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a58be8c View commit details
    Browse the repository at this point in the history
  9. ran git clang-format develop

    jtramm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3d2eab9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    982272c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43b842d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    4819aaa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    c9c691d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03333d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ff8f5 View commit details
    Browse the repository at this point in the history
  4. Small changes and updates

    paulromano committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0d94bbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66b4a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    06d4343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c13dd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    433b000 View commit details
    Browse the repository at this point in the history
  4. changed dV to d\mathbf{r}

    jtramm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3f585ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb813ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa0b844 View commit details
    Browse the repository at this point in the history
  7. ran git clang-format develop

    jtramm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    45e3bc9 View commit details
    Browse the repository at this point in the history
  8. updated random ray test expected results due to bug fix with ray term…

    …ination length truncation
    jtramm committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    de456e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    936d703 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    d426075 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    efe6353 View commit details
    Browse the repository at this point in the history
  2. updated docs comment

    jtramm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    581229e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d60c3c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    93bb5b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    c8ffddb View commit details
    Browse the repository at this point in the history
  2. Small fixes in docstring

    paulromano committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f3dec7d View commit details
    Browse the repository at this point in the history