event_func Interface

interface
private subroutine event_func(me, t, x, g)

Arguments

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

time

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

state

real(kind=wp), intent(out) :: g

event function: . The event is located when .

Description

Interface to the ddeabm_with_event_class scalar event function.