Changes between Version 67 and Version 68 of doc/app/errmsg


Ignore:
Timestamp:
Nov 8, 2011 5:57:49 PM (13 years ago)
Author:
fricke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v67 v68  
    257257||[=#PA0234 PA0234]   ||direct transposition z --> y (needed for spectra): nz=... is not an integral divisor of pdims(2)=...   ||  ||
    258258||[=#PA0235 PA0235]   ||mg_switch_to_pe0_level out of range and reset to default (=0)   ||  ||
    259 ||[=#PA0236 PA0236]   ||At least one coarser grid must be calculated on the subdomain of each PE   || The multigrid pressure solver halfs the number of grid points in each direction to get coarser grid levels. This is done for the subdomains on each PE until one of the directions cannot be divided by 2 without rest. If this is the case, the coarsest grid level of each subdomain are gathered on PE0 for further coarsening. For gathering on PE0, at least one coarser grid level is needed on the subdomains. \\
    260 To fix this error ensure that the number of grid points in each direction can be divided by 2 without rest on the subdomain of an PE. Therefor vary the number of grid points from the direction which does not fits with [../d3par#nx  nx ], [../d3par#ny  ny ] or [../d3par#nz  nz ] or adjust the number of processors by adjusting the parameters [../d3par#npex  npex ] or [../d3par#npey  npey ] ||
     259||[=#PA0236 PA0236]   ||At least one coarser grid must be calculated on the subdomain of each PE   || The multigrid pressure solver halfs the number of grid points in each direction to get coarser grid levels. This is done for the subdomains on each PE until one of the directions cannot be divided by 2 without rest. If this is the case, the coarsest grid level of each subdomain are gathered on PE0 for further coarsening. For gathering on PE0, at least one coarser grid level is needed on the subdomains. \\\\ To fix this error ensure that the number of grid points in each direction can be divided by 2 without rest on the subdomain of an PE. Therefor vary the number of grid points for the direction which does not fits by changing [../d3par#nx  nx ], [../d3par#ny  ny ] or [../d3par#nz  nz ] or adjust the number of processors by modifying the parameters [../d3par#npex  npex ] or [../d3par#npey  npey ]. ||
    261260||[=#PA0237 PA0237]   ||multigrid gather/scatter impossible in non parallel mode   ||  ||
    262261||[=#PA0238 PA0238]   ||more than 10 multigrid levels   ||  ||