Changes between Version 24 and Version 25 of doc/app/runtime_parameters
- Timestamp:
- Sep 13, 2010 1:41:58 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v24 v25 107 107 |---------------- 108 108 {{{#!td style="vertical-align:top" 109 [=#c all_psolver_at_all_substeps '''call_psolver_at_all_substeps''']109 [=#cycle_mg '''cycle_mg'''] 110 110 }}} 111 111 {{{#!td style="vertical-align:top" 112 L 112 C*1 113 113 }}} 114 114 {{{#!td style="vertical-align:top" 115 .T. 115 'w' 116 116 }}} 117 117 {{{#!td 118 Type of cycle to be used with the multi-grid method.\\\\ 119 This 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. 118 120 }}} 119 121 |----------------