Ignore:
Timestamp:
Aug 15, 2013 8:46:27 AM (11 years ago)
Author:
raasch
Message:

tridia-solver moved to seperate module; the tridiagonal matrix coefficients of array tri are calculated only once at the beginning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/init_pegrid.f90

    r1160 r1212  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! error message for poisfft_hybrid removed
    2323!
    2424! Former revisions:
     
    232232       CALL message( 'init_pegrid', 'PA0222', 1, 2, 0, 6, 0 )
    233233
    234     ENDIF
    235 
    236 !
    237 !-- The hybrid solver can only be used in case of a 1d-decomposition along x
    238     IF ( pdims(2) /= 1  .AND.  psolver == 'poisfft_hybrid' )  THEN
    239        message_string = 'psolver = "poisfft_hybrid" can only be' // &
    240                         '& used in case of a 1d-decomposition along x'
    241        CALL message( 'init_pegrid', 'PA0223', 1, 2, 0, 6, 0 )
    242234    ENDIF
    243235
Note: See TracChangeset for help on using the changeset viewer.