Skip to content

Commit

Permalink
Manually applied suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Oct 22, 2024
1 parent 8953eb6 commit d9869d7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions doc/arkode/guide/source/Usage/MRIStep/Skeleton.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ unchanged from the skeleton program presented in

#. Create an inner stepper object to solve the fast (inner) IVP

* If using ERKStep, ARKStep, or MRIStep as the fast (inner) integrator, create
the solver object with :c:func:`ERKStepCreate`, :c:func:`ARKStepCreate`, or
:c:func:`MRIStepCreate`, and configure the integrator as desired for
evolving the fast time scale. See sections :numref:`ARKODE.Usage.Skeleton`,
:numref:`ARKODE.Usage.OptionalInputs`, :numref:`ARKODE.Usage.ERKStep.OptionalInputs`,
:numref:`ARKODE.Usage.ARKStep.OptionalInputs`, and
:numref:`ARKODE.Usage.MRIStep.OptionalInputs` for details on configuring
these integrators.
* If using an ARKODE stepper module for the fast integrator, create and configure
the stepper as normal following the steps detailed in the section for the desired
stepper.

Once the ARKODE stepper object is setup, create an ``MRIStepInnerStepper`` object
with :c:func:`ARKodeCreateMRIStepInnerStepper`.
Expand Down

0 comments on commit d9869d7

Please sign in to comment.