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
No problem. Here is a modified version of acoustics_2d_variable
The solver gives nan when
solver.before_step_each_stage = False
and works correctly when
solver.before_step_each_stage = True
On Thu, Feb 25, 2016 at 2:46 AM, David Ketcheson [email protected]
wrote:
Could you link to a full example that reproduces this behavior? Thanks.
—
Reply to this email directly or view it on GitHub #536 (comment).
For sharpclaw passing to following options:
solver.aux_time_de = True
solver.call_before_step_each_stage = False
Seems to pass a uninitialized aux array to the Fortran Riemann solver. solver.call_before_step_each_stage = True works as expected.
The text was updated successfully, but these errors were encountered: