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
This project will continue the work discussed in #1423 and started in #1508. The basic idea is to add fields
stage_limiter!
step_limiter!
thread
to more/all (explicit RK) algorithms and extend the corresponding create_cache and perform_step! methods, adding
calls to the stage_limiter! after computing an RK stage and before evaluating the RHS at that stage
calls to the step_limiter! after computing the new value after a step and before evaluating the RHS there
the keyword argument thread=thread to all calls of @.. from FastBroadcast.jl and the argument thread as last argument of calculate_residuals! for adaptive methods
This project will continue the work discussed in #1423 and started in #1508. The basic idea is to add fields
stage_limiter!
step_limiter!
thread
to more/all (explicit RK) algorithms and extend the corresponding
create_cache
andperform_step!
methods, addingstage_limiter!
after computing an RK stage and before evaluating the RHS at that stagestep_limiter!
after computing the new value after a step and before evaluating the RHS therethread=thread
to all calls of@..
from FastBroadcast.jl and the argumentthread
as last argument ofcalculate_residuals!
for adaptive methodsCiting #1508 (comment)
The text was updated successfully, but these errors were encountered: