-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'work_natalja' into 'master'
simplified and switched on partition check for isolated nodes See merge request FESOM/fesom2!69
- Loading branch information
Showing
17 changed files
with
1,213 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,19 @@ data->issetup for reusing of the LU-Facorization | |
|
||
changed convergence criterion in fgmres.c, gmres.c (ro <= tol) instead of (ro | ||
<= eps1) | ||
|
||
/////////////////////////////////////////////////////////////////////////////// | ||
|
||
additional routine implemented by Natalja Rakowsky, [email protected] | ||
|
||
Solver: PBICGS (pbicgstab.c) | ||
|
||
Pipelined BiCGstab, overlapping global sums with computation. See: | ||
Siegfried Cools, Wim Vanroose | ||
The communication-hiding pipelined BiCGStab method for the parallel solution of large unsymmetric linear systems | ||
Parallel Computing 65, pp. 1-20, July 2017 | ||
|
||
Solver: PBICGS_RAS (pbicgstab_ras.c) | ||
|
||
Pipelined BiCGstab with hard-coded RAS preconditioner. This allows to overlap the | ||
halo communication for RAS with some computations in bicgstab. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.