Changeset 780 for palm/trunk
- Timestamp:
- Nov 10, 2011 7:16:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r779 r780 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix for rev 778: Misplaced error message moved to the rigth place 7 7 ! 8 8 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! … … 984 984 ENDDO 985 985 986 ! 987 !-- Temporary problem: Currently calculation of maxerror iin routine poismg crashes 988 !-- if grid data are collected on PE0 already on the finest grid level. 989 !-- To be solved later. 990 IF ( maximum_grid_level == mg_switch_to_pe0_level ) THEN 991 message_string = 'grid coarsening on subdomain level cannot be performed' 992 CALL message( 'poismg', 'PA0236', 1, 2, 0, 6, 0 ) 993 ENDIF 994 986 995 ELSE 987 996 988 997 maximum_grid_level = 0 989 998 990 ENDIF991 992 !-- Temporary problem: In the moment the summation to calculate maxerror993 !-- in routine poismg crashes the program if the first coarsement is on PE0.994 !-- Further work required.995 IF ( maximum_grid_level == mg_switch_to_pe0_level ) THEN996 message_string = 'At least one coarser grid must be calculated ' // &997 'on the subdomain of each PE'998 CALL message( 'poismg', 'PA0236', 1, 2, 0, 6, 0 )999 999 ENDIF 1000 1000
Note: See TracChangeset
for help on using the changeset viewer.