Changes between Version 24 and Version 25 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 13, 2010 1:41:58 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v24 v25  
    107107|----------------
    108108{{{#!td style="vertical-align:top"
    109 [=#call_psolver_at_all_substeps '''call_psolver_at_all_substeps''']
     109[=#cycle_mg '''cycle_mg''']
    110110}}}
    111111{{{#!td style="vertical-align:top"
    112 L
     112C*1
    113113}}}
    114114{{{#!td style="vertical-align:top"
    115 .T.
     115'w'
    116116}}}
    117117{{{#!td
     118Type of cycle to be used with the multi-grid method.\\\\
     119This parameter determines which type of cycle is applied in the multi-grid method used for solving the Poisson equation for perturbation pressure (see [[psolver]]). It defines in which way it is switched between the fine and coarse grids. So-called v- and w-cycles are realized (i.e. '''cycle_mg''' may be assigned the values 'v' or 'w'). The computational cost of w-cycles is much higher than that of v-cycles, however, w-cycles give a much better convergence.
    118120}}}
    119121|----------------