You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be useful to implement a generic version of set_zero!.
Right now, it is used in different places to reset arrays (also others than du), thread-parallelized for the last entry.
E.g. in
# TODO: Do not abuse `reset_du!` but maybe implement a generic `set_zero!`
@trixi_timeit timer() "reset alpha" reset_du!(alpha, dg, semi.cache)
I might be useful to implement a generic version of
set_zero!
.Right now, it is used in different places to reset arrays (also others than
du
), thread-parallelized for the last entry.E.g. in
Originally posted by @sloede in #1736 (comment)
The text was updated successfully, but these errors were encountered: