fluxmethod_LinearShallowWater2D Subroutine

public subroutine fluxmethod_LinearShallowWater2D(this)

Arguments

TypeIntentOptionalAttributesName
class(LinearShallowWater2D), intent(inout) :: this

Calls

proc~~fluxmethod_linearshallowwater2d~~CallsGraph proc~fluxmethod_linearshallowwater2d fluxmethod_LinearShallowWater2D interface~fluxmethod_linearshallowwater2d_gpu fluxmethod_LinearShallowWater2D_gpu proc~fluxmethod_linearshallowwater2d->interface~fluxmethod_linearshallowwater2d_gpu

Contents


Source Code

  subroutine fluxmethod_LinearShallowWater2D(this)
    implicit none
    class(LinearShallowWater2D),intent(inout) :: this

    call fluxmethod_LinearShallowWater2D_gpu(this%solution%interior_gpu, &
                                             this%flux%interior_gpu, &
                                             this%g, &
                                             this%H, &
                                             this%solution%interp%N, &
                                             this%solution%nelem, &
                                             this%solution%nvar)

  endsubroutine fluxmethod_LinearShallowWater2D