wiki:BEARStep

Version 4 (modified by trac, 12 years ago) ( diff )

Back to BearEZ

SUBROUTINE BEARStep


Click here to view the source.

Description

This subroutine advances the the simulation through time. A rough outline of this process is as follows:

  1. Set the initial timesteps.
  1. Call the AMR() function to integrate grids over dt.
  1. Advance the time by one step (t = t + dt).
  1. If the timestep is variable, then recalculate the timestep.
  1. Repeat steps 2 - 4 until t > tend (the end of the simulation time).


INCLUDES:

None.

USES:

Note: See TracWiki for help on using the wiki.