pbosler / lpm

Lagrangian Particle Methods
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

RHS functors should be consistent across problem types #125

Open pbosler opened 5 months ago

pbosler commented 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.