Open pbosler opened 5 months ago
Some RHS functors multiply by the time step, some don't (in which case, the dt is handled by the time stepper with a call to, e.g., KokkosBlas::scal). This should be handled consistently across all problem types and integrators.
dt
KokkosBlas::scal
Some RHS functors multiply by the time step, some don't (in which case, the
dt
is handled by the time stepper with a call to, e.g.,KokkosBlas::scal
). This should be handled consistently across all problem types and integrators.