Remove epc_rk4 for EPC_RK4_Integrator class

The function openmc.deplete.epc_rk4 has been removed
in favor of openmc.deplete.EPC_RK4_Integrator. The scheme
can be used with::

    >>> from openmc.deplete import EPC_RK4_Integrator
    >>> EPC_RK4_Integrator(op, dt, power).integrate()

epc_rk4 has been removed from the documentation, and the
EPC_RK4_Integrator class has been added to the depletion
API documentation
This commit is contained in:
Andrew Johnson 2019-07-26 09:49:58 -05:00
parent a2545d7d7b
commit 39b4d8a1fe
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
4 changed files with 60 additions and 119 deletions

View file

@ -16,7 +16,6 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
:nosignatures:
:template: myfunction.rst
integrator.epc_rk4
integrator.si_celi
integrator.si_leqi
@ -29,6 +28,7 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
integrator.CF4Integrator
integrator.CECMIntegrator
integrator.CELIIntegrator
integrator.EPC_RK4_Integrator
integrator.LEQIIntegrator
Each of these functions expects a "transport operator" to be passed. An operator