RungeKutta
==========

.. currentmodule:: fridom.framework.time_steppers

.. autoclass:: RungeKutta

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~RungeKutta.__init__
      ~RungeKutta.disable
      ~RungeKutta.enable
      ~RungeKutta.is_enabled
      ~RungeKutta.reset
      ~RungeKutta.setup
      ~RungeKutta.start
      ~RungeKutta.stop
      ~RungeKutta.time_discretization_effect
      ~RungeKutta.update
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~RungeKutta.diff_module
      ~RungeKutta.dt
      ~RungeKutta.grid
      ~RungeKutta.info
      ~RungeKutta.interp_module
      ~RungeKutta.is_setup
      ~RungeKutta.max_dt
      ~RungeKutta.mset
      ~RungeKutta.name
      ~RungeKutta.required_halo
   
   

   .. minigallery:: fridom.framework.time_steppers.RungeKutta
      :add-heading: