- 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.
-
- 18 Jan, 2011 1 commit
-
-
Thomas Jahns authored
-
- 07 Jan, 2011 1 commit
-
-
Florian Wilhelm authored
- removed some unnecessary variables
-
- 17 Dec, 2010 2 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
- 14 Dec, 2010 9 commits
-
-
Florian Wilhelm authored
-
Florian Wilhelm authored
-
Florian Wilhelm authored
It was forgotten to pass the "global" variable to the arr_norm_2() function
-
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
-
Florian Wilhelm authored
CG with different preconditioners tested
-
Florian Wilhelm authored
This was necessary after rebase
-
Florian Wilhelm authored
To tidy up solver.f90 a bit, global_sum, global_norm_2, calc_rel_res, calc_abs_res and global_dotproduct were moved to linear_algebra.f90
-