Rename integrator classes to be PEP8 complaint

Changes:
- EPC_RK4_Integrator -> EPCRK4Integrator
- SI_Integrator -> SIIntegrator
- SI_CELI_Integrator -> SICELIIntegrator
- SI_LEQI_Integrator -> SICELIIntegrator
This commit is contained in:
Andrew Johnson 2019-08-06 17:54:12 -05:00
parent a4905c03af
commit 1bd663daf6
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
10 changed files with 30 additions and 32 deletions

View file

@ -20,10 +20,10 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
integrator.CF4Integrator
integrator.CECMIntegrator
integrator.CELIIntegrator
integrator.EPC_RK4_Integrator
integrator.EPCRK4Integrator
integrator.LEQIIntegrator
integrator.SI_CELI_Integrator
integrator.SI_LEQI_Integrator
integrator.SICELIIntegrator
integrator.SILEQIIntegrator
Each of these functions expects a "transport operator" to be passed. An operator
specific to OpenMC is available using the following class: