cpde_eq_rhs_interface Abstract Interface

abstract interface
public subroutine cpde_eq_rhs_interface(this)

Arguments

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

The equation for which the RHS is calculated.

Description

The interface for the PDE version of rhs. This interface is consistent with eq_rhs_interface.