cpde_set_to_zero Interface

interface


Calls

interface~~cpde_set_to_zero~~CallsGraph interface~cpde_set_to_zero cpde_set_to_zero proc~cpde_set_to_zero cpde_set_to_zero interface~cpde_set_to_zero->proc~cpde_set_to_zero

public module subroutine cpde_set_to_zero(this, dest)

Arguments

Type IntentOptional AttributesName
class(cpde_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

The interface for the PDE version of set_to_zero. This interface is consistent with eq_set_to_zero_interface.