- 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 1 commit
-
-
Florian Wilhelm authored
-
- 18 Jan, 2011 1 commit
-
-
Thomas Jahns authored
-
- 07 Jan, 2011 2 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
- 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
-
- 16 Dec, 2010 1 commit
-
-
Florian Wilhelm authored
- Corrections for IBM Fortran Compiler
-
- 14 Dec, 2010 9 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
- all solvers now use the functions from linear_algebra like arr_dotproduct arr_norm_2 etc. - in linear_algebra.f90 renamed mat_* functions to arr_* functions (more meaningful) - all spectral methods now take an additional extent as argument
-
Florian Wilhelm authored
- lambda_maxiter and _tol for functions related to eigenvalue calculation - cheby_miniter and _checkrate for break condition in chebyshev iteration
-
Florian Wilhelm authored
CG with different preconditioners tested
-
Florian Wilhelm authored
This was necessary after rebase
-
Florian Wilhelm authored
-
Florian Wilhelm authored
Internal datastructures are now in solver_internal.f90 which shouldn't be imported by external applications.
-