report_func Interface

interface
private subroutine report_func(me, t, x)

Arguments

Type IntentOptional Attributes Name
class(ddeabm_class), intent(inout) :: me
real(kind=wp), intent(in) :: t

time

real(kind=wp), intent(in), dimension(:) :: x

state

Description

Interface to the step reporting function.