InterWENO
=========

.. currentmodule:: fridom.framework.grid.cartesian.weno_interpolation

.. autoclass:: InterWENO

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~InterWENO.__init__
      ~InterWENO.compute_beta_coeffs
      ~InterWENO.compute_d_coeffs
      ~InterWENO.compute_polynomial_coefficients_cell_average
      ~InterWENO.compute_polynomial_coefficients_pointwise
      ~InterWENO.compute_smoothness_indicators
      ~InterWENO.compute_start_of_stencil
      ~InterWENO.disable
      ~InterWENO.enable
      ~InterWENO.interpolate
      ~InterWENO.is_enabled
      ~InterWENO.reconstruct
      ~InterWENO.reset
      ~InterWENO.setup
      ~InterWENO.start
      ~InterWENO.stop
      ~InterWENO.update
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~InterWENO.diff_module
      ~InterWENO.grid
      ~InterWENO.info
      ~InterWENO.interp_module
      ~InterWENO.is_setup
      ~InterWENO.max_implementation_order
      ~InterWENO.mset
      ~InterWENO.name
      ~InterWENO.required_halo
   
   

   .. minigallery:: fridom.framework.grid.cartesian.InterWENO
      :add-heading: