UpdateDevice_Mesh3D Subroutine

public subroutine UpdateDevice_Mesh3D(this)

Arguments

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

Contents

Source Code


Source Code

  subroutine UpdateDevice_Mesh3D(this)
    implicit none
    class(Mesh3D),intent(inout) :: this

    call gpuCheck(hipMemcpy(this%sideInfo_gpu,c_loc(this%sideInfo),sizeof(this%sideInfo),hipMemcpyHostToDevice))

  endsubroutine UpdateDevice_Mesh3D