transport_equation Interface

interface
public subroutine transport_equation(self, rhs, variables)

Arguments

Type IntentOptional Attributes Name
class(solver_t) :: self
type(flist_t), intent(inout) :: rhs(:)
type(flist_t), intent(inout) :: variables(:)