OpenMC/CODEOWNERS
Line: 2: incorrect codeowner user: paulromano Line: 2: no users/groups matched Line: 5: incorrect codeowner user: paulromano Line: 5: no users/groups matched Line: 8: incorrect codeowner user: drewejohnson Line: 8: no users/groups matched Line: 9: incorrect codeowner user: drewejohnson Line: 9: no users/groups matched Line: 10: incorrect codeowner user: drewejohnson Line: 10: no users/groups matched Line: 13: incorrect codeowner user: nelsonag Line: 13: no users/groups matched Line: 14: incorrect codeowner user: nelsonag Line: 14: no users/groups matched Line: 15: incorrect codeowner user: nelsonag Line: 15: no users/groups matched Line: 16: incorrect codeowner user: nelsonag Line: 16: no users/groups matched Line: 17: incorrect codeowner user: nelsonag Line: 17: no users/groups matched Line: 18: incorrect codeowner user: nelsonag Line: 18: no users/groups matched Line: 21: incorrect codeowner user: shikhar413 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: shikhar413 Line: 22: no users/groups matched Line: 25: incorrect codeowner user: pshriwise Line: 25: no users/groups matched Line: 26: incorrect codeowner user: pshriwise Line: 26: no users/groups matched Line: 27: incorrect codeowner user: pshriwise Line: 27: no users/groups matched Line: 30: incorrect codeowner user: amandalund Line: 30: no users/groups matched Line: 31: incorrect codeowner user: amandalund Line: 31: no users/groups matched Line: 32: incorrect codeowner user: amandalund Line: 32: no users/groups matched Line: 33: incorrect codeowner user: amandalund Line: 33: no users/groups matched Line: 34: incorrect codeowner user: amandalund Line: 34: no users/groups matched Line: 35: incorrect codeowner user: amandalund Line: 35: no users/groups matched Line: 36: incorrect codeowner user: amandalund Line: 36: no users/groups matched Line: 39: incorrect codeowner user: amandalund Line: 39: no users/groups matched Line: 40: incorrect codeowner user: amandalund Line: 40: no users/groups matched Line: 41: incorrect codeowner user: amandalund Line: 41: no users/groups matched Line: 44: incorrect codeowner user: pshriwise Line: 44: no users/groups matched Line: 45: incorrect codeowner user: pshriwise Line: 45: no users/groups matched Line: 48: incorrect codeowner user: icmeyer Line: 48: no users/groups matched Line: 51: incorrect codeowner user: shimwell Line: 51: no users/groups matched
2022-02-25 20:33:10 +00:00

51 lines
1.2 KiB
Text

# Data interface
openmc/data/ @paulromano
# Python bindings to C/C++ API
openmc/lib/ @paulromano
# Depletion
openmc/deplete/ @drewejohnson
tests/regression_tests/deplete/ @drewejohnson
tests/unit_tests/test_deplete_*.py @drewejohnson
# MG-related functionality
openmc/mgxs_library.py @nelsonag
src/mgxs.cpp @nelsonag
src/mgxs_interface.cpp @nelsonag
src/physics_mg.cpp @nelsonag
src/scattdata.cpp @nelsonag
src/xsdata.cpp @nelsonag
# CMFD
openmc/cmfd.py @shikhar413
src/cmfd_solver.cpp @shikhar413
# DAGMC
src/dagmc.cpp @pshriwise
tests/regression_tests/dagmc/ @pshriwise
tests/unit_tests/dagmc/ @pshriwise
# Photon transport
openmc/data/BREMX.DAT @amandalund
openmc/data/compton_profiles.h5 @amandalund
openmc/data/photon.py @amandalund
src/photon.cpp @amandalund
src/bremsstrahlung.cpp @amandalund
tests/regression_tests/photon_production/ @amandalund
tests/regression_tests/photon_source/ @amandalund
# RCP and TRISOs
openmc/model/triso.py @amandalund
tests/regression_tests/triso/ @amandalund
tests/unit_tests/test_model_triso.py @amandalund
# Geometry plotting
src/plot.cpp @pshriwise
openmc/lib/plot.py @pshriwise
# Resonance covariance
openmc/data/resonance_covariance.py @icmeyer
# Docker
Dockerfile @shimwell