- 24 Jan, 2011 2 commits
-
-
Thomas Jahns authored
* Also rename corresponding C sources.
-
Thomas Jahns authored
* This is only one step mandated by the brain-dead behaviour of the NAG and PGI compilers respectively.
-
- 22 Jan, 2011 2 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- Removed unnecessary, misleading comments - initialized boundary of s
-
- 07 Jan, 2011 2 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- removed some unnecessary variables
-
- 06 Jan, 2011 1 commit
-
-
Thomas Jahns authored
* Lines must be at most 132 characters long, less than 80 is preferred. * Such problems might in some cases only occur when __FILE__ expands to a long string.
-
- 17 Dec, 2010 3 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- IBM xlf doesn't allow for this kind of functions - The matrix stencil now has a shift property to simulate the old behavior - Additional shifted versions of all matrix stencil were necessary
-
- 14 Dec, 2010 20 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- added an apply_stencil function that does what it says - renamed get_lambda_min_max to calc_lambda_min_max - new get_lambda_min_max returns the values from the config
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- added new file solver_public.f90
-
Florian Wilhelm authored
CG with different preconditioners tested
-
Florian Wilhelm authored
Red/Black SSOR has known best relaxation value of 1, therefore it makes no sense.
-
Florian Wilhelm authored
This was necessary after rebase
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
Internal datastructures are now in solver_internal.f90 which shouldn't be imported by external applications.
-
Florian Wilhelm authored
-
Florian Wilhelm authored
Vectorize in back substitution the calculation of the last few entries of a column
-
Florian Wilhelm authored
In backward substitution the first few entries in a column were incorrectly calculated for fill-in p >= 2
-
Florian Wilhelm authored
The last s_l entries of a colum are now updated column-wise instead of row-wise
-
Florian Wilhelm authored
Special treatment of last column in backward substitution to save some operations
-
Florian Wilhelm authored
When assembling the ICC matrices ICC_W and ICC_S there were entries written in ISS_S(k,i,je) (je!!!) which shouldn't been there. Adding two IF (...) EXIT statements in the loops generating the entries in the secondary and outer diagonal solved this.
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-