eq_rhs_interface Abstract Interface

abstract interface
public subroutine eq_rhs_interface(this)

Arguments

Type IntentOptional AttributesName
class(equation), intent(inout) :: this

The equation for which the RHS is calculated.

Description

The RHS routine that sets the RHS variables from the current state of the system.