Changes in palm/trunk/SOURCE/sor.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/sor.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: sor.f90,v $ 13 11 ! Revision 1.9 2005/03/26 21:02:23 raasch 14 12 ! Implementation of non-cyclic (Neumann) horizontal boundary conditions, 15 13 ! dx2,dy2 replaced by ddx2,ddy2 16 14 ! 15 ! Revision 1.8 2001/03/30 07:52:44 raasch 16 ! Arrays f1-f3 changed from dummy arguments to allocatable arrays, 17 ! Translation of remaining German identifiers (variables, subroutines, etc.) 18 ! 19 ! Revision 1.7 2001/01/30 21:41:25 letzel 20 ! All comments translated into English. 21 ! 22 ! Revision 1.6 2001/01/22 08:06:14 raasch 23 ! Module test_variables removed 24 ! 25 ! Revision 1.5 1998/07/06 12:33:13 raasch 26 ! + USE test_variables 27 ! 28 ! Revision 1.4 1997/09/12 06:30:12 raasch 29 ! Randbedingungen umbenannt 30 ! 31 ! Revision 1.3 1997/09/09 08:30:44 raasch 32 ! Kehrwerte der Gitterweiten implementiert 33 ! 34 ! Revision 1.2 1997/08/29 09:00:58 raasch 35 ! omega --> omega_sor 36 ! 17 37 ! Revision 1.1 1997/08/11 06:25:56 raasch 18 38 ! Initial revision … … 22 42 ! ------------ 23 43 ! Solve the Poisson-equation with the SOR-Red/Black-scheme. 24 !------------------------------------------------------------------------------ !44 !-------------------------------------------------------------------------------! 25 45 26 46 USE grid_variables
Note: See TracChangeset
for help on using the changeset viewer.