kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
271 stars 95 forks source link

T now initialized by T0 #59

Closed dwatersg closed 2 years ago

dwatersg commented 2 years ago

Input parameter T0 wasn't actually used to set the object's initial temperature. This fixes that by calling deep_copy. Note that large values of T0 may cause the temperature cells to overflow.

dwatersg commented 2 years ago

Thanks Christian

On Thu, Mar 10, 2022 at 7:29 PM Christian Trott @.***> wrote:

Merged #59 https://github.com/kokkos/kokkos-tutorials/pull/59 into main.

— Reply to this email directly, view it on GitHub https://github.com/kokkos/kokkos-tutorials/pull/59#event-6222151862, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMSQHYWRCW2F5H23FDVTQITU7K4YRANCNFSM5QOCTJ2A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>