Changeset 779 for palm/trunk
- Timestamp:
- Nov 7, 2011 2:30:01 PM (13 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r778 r779 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! 9 ! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values 10 ! 11 ! Former revisions: 12 ! ----------------- 13 ! $Id$ 14 ! 15 ! 778 2011-11-07 14:18:25Z fricke 6 16 ! Calculation of subdomain_size now considers the number of ghost points. 7 17 ! Further coarsening on PE0 is now possible for multigrid solver if the 8 18 ! collected field has more grid points than the subdomain of an PE. 9 19 ! 10 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!!11 ! TEST OUTPUT (TO BE REMOVED) logging mpi2 ierr values12 !13 ! Former revisions:14 ! -----------------15 ! $Id$16 !17 20 ! 759 2011-09-15 13:58:31Z raasch 18 !19 21 ! calculation of number of io_blocks and the io_group to which the respective 20 22 ! PE belongs -
palm/trunk/SOURCE/modules.f90
r778 r779 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! +gathered_size, subdomain_size7 ! 8 8 ! 9 9 ! Former revisions: 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 778 2011-11-07 14:18:25Z fricke 14 ! +gathered_size, subdomain_size 12 15 ! 13 16 ! 771 2011-10-27 10:56:21Z heinze -
palm/trunk/SOURCE/poismg.f90
r778 r779 7 7 ! Current revisions: 8 8 ! ----------------- 9 ! Allocation of p3 changes when multigrid is used and the collected field on PE0 10 ! has more grid points than the subdomain of an PE. 9 ! 11 10 ! 12 11 ! Former revisions: 13 12 ! ----------------- 14 13 ! $Id$ 14 ! 15 ! 778 2011-11-07 14:18:25Z fricke 16 ! Allocation of p3 changes when multigrid is used and the collected field on PE0 17 ! has more grid points than the subdomain of an PE. 15 18 ! 16 19 ! 707 2011-03-29 11:39:40Z raasch -
palm/trunk/SOURCE/pres.f90
r778 r779 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! New allocation of tend when multigrid is used and the collected field on PE0 7 ! has more grid points than the subdomain of an PE. 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 778 2011-11-07 14:18:25Z fricke 13 ! New allocation of tend when multigrid is used and the collected field on PE0 14 ! has more grid points than the subdomain of an PE. 12 15 ! 13 16 ! 719 2011-04-06 13:05:23Z gryschka
Note: See TracChangeset
for help on using the changeset viewer.