multimodemodel.Solver.integrate_border

multimodemodel.Solver.integrate_border#

Solver.integrate_border(domain, border, neighbor_border, direction)[source]#

Integrate set of PDEs on a border of a domian.

Parameters:
  • domain (Domain) – Domain of which the border is part of.

  • border (Border) – The border to integrate.

  • neighbor_border (Border) – Border of the neighboring domain.

  • direction (bool) – True of border is the right border of the domain, False if it is the left border.

Returns:

Border object at the next time step.