Skip to content

Commit

Permalink
add set_fast_time_step for mri
Browse files Browse the repository at this point in the history
  • Loading branch information
prkkumar committed Aug 28, 2024
1 parent 50b7f74 commit e2923db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ExampleCodes/SUNDIALS/Reaction-Diffusion/Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ void main_main ()
integrator.set_time_step(dt);
}

integrator.set_fast_time_step(0.1*dt);

for (int step = 1; step <= nsteps; ++step)
{
// Set time to evolve to
Expand Down

0 comments on commit e2923db

Please sign in to comment.