IBM_GetSemiImplicitStep Subroutine

public subroutine IBM_GetSemiImplicitStep(this, eID, dt, Q, Q_target)

Type Bound

IBM_type

Arguments

Type IntentOptional Attributes Name
class(IBM_type), intent(inout) :: this
integer, intent(in) :: eID
real(kind=rp), intent(in) :: dt
real(kind=rp), intent(inout) :: Q(NCONS)
real(kind=rp), intent(in), optional :: Q_target(NCONS)