wiki:SynchLevels

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

SUBROUTINE SynchLevels(INTEGER level)


Click here to view v166 source.

This is a wrapper function that bundles three functions:

  1. Replace coarse estimates in nodes on level level with averaged values from child nodes (via a call to UpdateLevel()).
  1. Set up ghost cells for level-level nodes (using SetGhost()).
  1. Applies post-fixup adjustments and pre-step calculations using ApplyAfterfixupMaster() or ApplyAfterfixupWorker(), depending on whether or not it is a master processor or worker processor. All single-processor runs are considered master processors.

INCLUDES:

None.

USES:

Note: See TracWiki for help on using the wiki.