Changes in palm/trunk/SOURCE/poisfft.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/poisfft.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: poisfft.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.24 2006/08/04 15:00:24 raasch 12 14 ! Default setting of the thread number tn in case of not using OpenMP … … 15 17 ! Additional compiler directive in routine tridia_1dd for preventing loop 16 18 ! exchange on NEC-SX6 17 !18 ! Revision 1.22 2005/05/18 15:53:00 raasch19 ! Missing argument in ffty20 !21 ! Revision 1.21 2005/03/26 20:51:59 raasch22 ! Use of module indices removed from routine split_1dd since it caused errors23 ! in case of nx /= ny24 19 ! 25 20 ! Revision 1.20 2004/04/30 12:38:09 raasch … … 30 25 ! is now a 1d-array, variables passed by modules instead of using parameter 31 26 ! lists, enlarged transposition arrays introduced 32 !33 ! Revision 1.19 2003/04/16 13:11:16 raasch34 ! Internal fft method calls substituted by calls of fft_x_1dd and fft_y_1dd35 !36 ! Revision 1.18 2003/03/16 09:44:45 raasch37 ! Two underscores (_) are placed in front of all define-strings38 !39 ! Revision 1.17 2003/03/12 16:36:34 raasch40 ! System specific version for NEC included (equivalent to CRAY scilib41 ! calls, but different subroutine names; the CRAY names are replaced with42 ! NEC names by cpp), size of array work1 is expanded because NEC routines43 ! need more memory44 !45 ! Revision 1.15 2002/06/11 13:14:31 raasch46 ! System specific version for IBM included (parallel case only)47 !48 ! Revision 1.13 2001/01/25 22:19:18 letzel49 ! All comments translated into English.50 !51 ! Revision 1.12 2001/01/23 01:53:04 raasch52 ! Total revision of parallel and non-paralle fft-routines. Additional53 ! implementation of the singleton algorithm.54 !55 ! Revision 1.9 1998/07/27 08:12:56 schroeter56 ! Berechnung von l in maketri geschieht nun ausserhalb57 ! der k-Schleife, da unabhaengig von k, dadurch58 ! Rechenzeitersparnis59 !60 ! Revision 1.8 1998/07/24 07:52:09 schroeter61 ! Anpassung des Druckloesealgorithmusses an Vorgehensweise62 ! von Schmidt, Schumann und Volkert63 ! (DFVLR-Mitteilung 84-15, S. 20-26)64 27 ! 65 28 ! Revision 1.1 1997/07/24 11:24:14 raasch
Note: See TracChangeset
for help on using the changeset viewer.