Ignore:
Timestamp:
Aug 22, 2019 3:20:23 PM (5 years ago)
Author:
scharf
Message:
  • corrected "Former revisions" section
  • minor formatting in "Former revisions" section
  • added "Author" section
File:
1 edited

Legend:

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

    r4180 r4182  
    2525! -----------------
    2626! $Id$
     27! Corrected "Former revisions" section
     28!
     29! 3725 2019-02-07 10:11:02Z raasch
    2730! unused subroutine removed
    2831!
    2932! 3655 2019-01-07 16:51:22Z knoop
    3033! unnecessary check eliminated
    31 !
     34!
     35! Following optimisations have been made:
     36! - vectorisation (for Intel-CPUs) of the red-black algorithm by resorting
     37!   array elements with even and odd indices
     38! - explicit boundary conditions for building walls removed (solver is
     39!   running through the buildings
     40! - reduced data transfer in case of ghost point exchange, because only
     41!   "red" or "black" data points need to be exchanged. This is not applied
     42!   for coarser grid levels, since for then the transfer time is latency bound
     43!
    3244!
    3345! Description:
Note: See TracChangeset for help on using the changeset viewer.