From 12685ec2bb7dd3df93c10e5d97b27b655fe79c82 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 17 Mar 2018 13:21:43 +0100 Subject: [PATCH] up --- GetDDM/getddm.html | 77 ++++++++++++++++++++++++++++++++++++++++++++-- onelab.html | 2 +- 2 files changed, 75 insertions(+), 4 deletions(-) diff --git a/GetDDM/getddm.html b/GetDDM/getddm.html index 65e70c3..2310f2e 100644 --- a/GetDDM/getddm.html +++ b/GetDDM/getddm.html @@ -10,7 +10,10 @@ <meta name="viewport" content="width=device-width"> <meta name="apple-itunes-app" content="app-id=845930897"> <link href="http://onelab.info/onelab.css" rel="stylesheet" type="text/css"> -<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"> +<style type="text/css"><!-- + div.small { font-size:80%; } + ul.small { margin-top:1ex; margin-bottom:1ex; } +--></style> </head> @@ -61,12 +64,80 @@ problems using optimized Schwarz domain decomposition methods. Sample scripts for SLURM and PBS schedulers are also available. </ol> -<h2>Reference</h2> +(For parallel computations you will have to [recompile GetDP with MPI + support](https://gitlab.onelab.info/getdp/getdp/wikis/GetDP-compilation). Sample + [SLURM](https://gitlab.onelab.info/doc/models/tree/master/DDMWaves/run_slurm.sh) + and [PBS + scripts](https://gitlab.onelab.info/doc/models/tree/master/DDMWaves/run_pbs.sh) + are provided to to run on HPC clusters.) + + +for time-harmonic acoustic and electromagnetic wave problems. See Several +families of transmission conditions are implemented: zeroth- and second-order +optimized conditions [1-6], Padé-localized square-root conditions [7-8] and PML +conditions [9]. Several variants of the double-sweep preconditioner [9] are also +implemented. + +For more information about these methods as well as the implementation, please +refer to [GetDDM: an Open Framework for Testing Optimized Schwarz Methods for +Time-Harmonic Wave +Problems](http://www.montefiore.ulg.ac.be/~geuzaine/preprints/getddm_preprint.pdf) +[10]. + + +<h2>References</h2> + +<div class="small"> + <ol class="small"> + <li>B. Després, Méthodes de Décomposition de Domaine pour les Problèmes de + Propagation d'Ondes en Régime Harmonique. Le Théorème de Borg pour + l'Equation de Hill Vectorielle, PhD Thesis, Paris VI University, France, + 1991. + <li>B. Després, P. Joly and J. Roberts, A domain decomposition method for + the harmonic Maxwell equations, Iterative methods in linear algebra + (Brussels, 1991), pp. 475-484, North-Holland, 1992. + <li>M. Gander, F. Magoulès and F. Nataf, Optimized Schwarz methods without + overlap for the Helmholtz equation}, SIAM Journal on Scientific Computing, + 24(1), pp. 38-60, 2002. + <li>V. Dolean, M. Gander and L. Gerardo-Giorda, Optimized Schwarz methods + for Maxwell's equations, SIAM Journal on Scientific Computing, 31(3), + pp. 2193-2213, 2009. + <li>A. Bendali and Y. Boubendir, Non-Overlapping Domain Decomposition Method + for a Nodal Finite Element Method, Numerische Mathematik 103(4), + pp.515-537, (2006). + <li>V. Rawat and J.-F. Lee, Nonoverlapping Domain Decomposition with Second + Order Transmission Condition for the Time-Harmonic Maxwell's Equations, + SIAM Journal on Scientific Computing, 32(6), pp. 3584-3603, 2010. + <li>Y. Boubendir, X. Antoine and + C. Geuzaine. <a href="http://www.montefiore.ulg.ac.be/~geuzaine/preprints/ddm_helmholtz_preprint.pdf">A + quasi-optimal non-overlapping domain decomposition algorithm for the + Helmholtz equation</a>. Journal of Computational Physics 231 (2), + 262-280, 2012. + <li>M. El Bouajaji, X. Antoine and + C. Geuzaine. <a href="http://www.montefiore.ulg.ac.be/~geuzaine/preprints/osrc_maxwell_preprint.pdf">Approximate + local magnetic-to-electric surface operators for time-harmonic Maxwell's + equations</a>. Journal of Computational Physics 279 241-260, 2014. + <li>A. Vion and + C. Geuzaine. <a href="http://www.montefiore.ulg.ac.be/~geuzaine/preprints/ddm_double_sweep_preprint.pdf"> + Double sweep preconditioner for optimized Schwarz methods applied to the + Helmholtz problem</a>. Journal of Computational Physics 266, 171-190, + 2014. + <li>B. Thierry, A.Vion, S. Tournier, M. El Bouajaji, D. Colignon, N. Marsic, + X. Antoine, + C. Geuzaine. <a href="http://www.montefiore.ulg.ac.be/~geuzaine/preprints/getddm_preprint.pdf">GetDDM: + an Open Framework for Testing Optimized Schwarz Methods for Time-Harmonic + Wave Problems</a>. Computer Physics Communications 203, 309-330, 2016. + </ol> +</div> <h2>Sponsors</h2> <p> - GetDDM development was funded by + GetDDM development was funded in part by the Belgian Science Policy (IAP P6/21 + and P7/02), the Belgian French Community (ARC 09/14-02), the Walloon Region + (WIST3 No 1017086 ONELAB and ALIZEES), the Agence Nationale pour la Recherche + (ANR-09-BLAN-0057-01 MicroWave) and the EADS Foundation (grant 089-1009-1006 + High-BRID). </p> </body> diff --git a/onelab.html b/onelab.html index ed7eac8..2b48faf 100644 --- a/onelab.html +++ b/onelab.html @@ -50,7 +50,7 @@ easily interfaced as well. <h2>Getting started</h2> -<ol> +<ol><a name="Download"></a> <li>Download the ONELAB software bundle: <ul> <li>Desktop version for <a href="http://onelab.info/files/onelab-Windows64.zip">Windows</a> -- GitLab