eq_set_to_zero_interface Abstract Interface

abstract interface
public subroutine eq_set_to_zero_interface(this, dest)

Arguments

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

The routine is called on this equation.

integer(kind=ip), intent(in) :: dest

Can be either -1 (RHS), 0 (main) or between 1 and ntmp (temporary).

Description

Set either the main, RHS or temporary variables to zero.