Skip to content

Commit

Permalink
updated the manual and the history of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
komatits committed Jul 7, 2012
1 parent add0055 commit e948ba0
Show file tree
Hide file tree
Showing 8 changed files with 4,767 additions and 3,700 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See the manual in directory "doc/USER_MANUAL".
8,393 changes: 4,698 additions & 3,695 deletions doc/USER_MANUAL/figures/specfem_2d-cover.ai

Large diffs are not rendered by default.

Binary file modified doc/USER_MANUAL/figures/specfem_2d-cover.pdf
Binary file not shown.
Binary file modified doc/USER_MANUAL/manual_SPECFEM2D.pdf
Binary file not shown.
7 changes: 4 additions & 3 deletions doc/USER_MANUAL/manual_SPECFEM2D.tex
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ \section*{Authors}
Pieyre Le Loher,
Qinya Liu,
Roland Martin,
Ren\'e Matzen,
Christina Morency,
Daniel Peter,
Carl Tape,
Jeroen Tromp,
Zhinan Xie...
(add other developers here in the future, several are currently missing).
Zhinan Xie.

\newpage{}

Expand All @@ -140,7 +140,8 @@ \chapter{Introduction}
Gmsh \urlwithparentheses{http://geuz.org/gmsh}
or GiD \urlwithparentheses{http://www.gid.cimne.upc.es}.
Even mesh creation packages that generate triangles, for instance Delaunay-Voronoi triangulation codes, can be used because each triangle can then easily be decomposed into three quadrangles by linking the barycenter to the center of each edge; while this approach does not generate quadrangles of optimal quality, it can ease mesh creation in some situations and it has been shown that the spectral-element method can very accurately handle distorted mesh elements.
With version 7.0, the 2D spectral-element solver accommodates Convolution PML absorbing layers.
With version 7.0, the 2D spectral-element solver accommodates Convolution PML absorbing layers and well as higher-order time schemes
(4th order Runge-Kutta and LDDRK4-6).
Convolution or Auxiliary Differential Equation Perfectly Matched absorbing Layers (C-PML or ADE-PML)
are described in \cite{KoMa07,MaKoEz08,MaKoGe08,MaKo09,MaKoGeBr10}.\\

Expand Down
Binary file modified doc/USER_MANUAL/specfem_2d-cover_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion src/meshfem2D/meshfem2D.F90
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
! pages = {1-32},
! number = {1}}
!
! @ARTICLE{PeKoLuMaLeCaLeMaLiBlNiBaTr11,
! author = {Daniel Peter and Dimitri Komatitsch and Yang Luo and Roland Martin
! and Nicolas {Le Goff} and Emanuele Casarotti and Pieyre {Le Loher}
! and Federica Magnoni and Qinya Liu and C\'eline Blitz and Tarje Nissen-Meyer
! and Piero Basini and Jeroen Tromp},
! title = {Forward and adjoint simulations of seismic wave propagation on fully
! unstructured hexahedral meshes},
! journal={Geophys. J. Int.},
! year = {2011},
! volume = {186},
! pages = {721-739},
! number = {2},
! doi = {10.1111/j.1365-246X.2011.05044.x}}
!
! or
!
! @ARTICLE{VaCaSaKoVi99,
Expand Down Expand Up @@ -218,7 +232,19 @@
! pages = {1-32},
! number = {1}}
!
! or
! @ARTICLE{PeKoLuMaLeCaLeMaLiBlNiBaTr11,
! author = {Daniel Peter and Dimitri Komatitsch and Yang Luo and Roland Martin
! and Nicolas {Le Goff} and Emanuele Casarotti and Pieyre {Le Loher}
! and Federica Magnoni and Qinya Liu and C\'eline Blitz and Tarje Nissen-Meyer
! and Piero Basini and Jeroen Tromp},
! title = {Forward and adjoint simulations of seismic wave propagation on fully
! unstructured hexahedral meshes},
! journal={Geophys. J. Int.},
! year = {2011},
! volume = {186},
! pages = {721-739},
! number = {2},
! doi = {10.1111/j.1365-246X.2011.05044.x}}
!
! @ARTICLE{LiTr06,
! author={Qinya Liu and Jeroen Tromp},
Expand Down Expand Up @@ -250,6 +276,11 @@
! pages = {350-363}}
!
!
! version 7.0, Dimitri Komatitsch, Zhinan Xie, Paul Cristini, Roland Martin and Rene Matzen, July 2012:
! - added support for Convolution PML absorbing layers
! - added higher-order time schemes (4th order Runge-Kutta and LDDRK4-6)
! - many small or moderate bug fixes
!
! version 6.2, many developers, April 2011:
! - restructured package source code into separate src/ directories
! - added configure & Makefile scripts and a PDF manual in doc/
Expand Down
33 changes: 32 additions & 1 deletion src/specfem2D/specfem2D.F90
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ program specfem2D
! pages = {1-32},
! number = {1}}
!
! @ARTICLE{PeKoLuMaLeCaLeMaLiBlNiBaTr11,
! author = {Daniel Peter and Dimitri Komatitsch and Yang Luo and Roland Martin
! and Nicolas {Le Goff} and Emanuele Casarotti and Pieyre {Le Loher}
! and Federica Magnoni and Qinya Liu and C\'eline Blitz and Tarje Nissen-Meyer
! and Piero Basini and Jeroen Tromp},
! title = {Forward and adjoint simulations of seismic wave propagation on fully
! unstructured hexahedral meshes},
! journal={Geophys. J. Int.},
! year = {2011},
! volume = {186},
! pages = {721-739},
! number = {2},
! doi = {10.1111/j.1365-246X.2011.05044.x}}
!
! or
!
! @ARTICLE{VaCaSaKoVi99,
Expand Down Expand Up @@ -221,7 +235,19 @@ program specfem2D
! pages = {1-32},
! number = {1}}
!
! or
! @ARTICLE{PeKoLuMaLeCaLeMaLiBlNiBaTr11,
! author = {Daniel Peter and Dimitri Komatitsch and Yang Luo and Roland Martin
! and Nicolas {Le Goff} and Emanuele Casarotti and Pieyre {Le Loher}
! and Federica Magnoni and Qinya Liu and C\'eline Blitz and Tarje Nissen-Meyer
! and Piero Basini and Jeroen Tromp},
! title = {Forward and adjoint simulations of seismic wave propagation on fully
! unstructured hexahedral meshes},
! journal={Geophys. J. Int.},
! year = {2011},
! volume = {186},
! pages = {721-739},
! number = {2},
! doi = {10.1111/j.1365-246X.2011.05044.x}}
!
! @ARTICLE{LiTr06,
! author={Qinya Liu and Jeroen Tromp},
Expand Down Expand Up @@ -252,6 +278,11 @@ program specfem2D
! volume = {5336},
! pages = {350-363}}
!
! version 7.0, Dimitri Komatitsch, Zhinan Xie, Paul Cristini, Roland Martin and Rene Matzen, July 2012:
! - added support for Convolution PML absorbing layers
! - added higher-order time schemes (4th order Runge-Kutta and LDDRK4-6)
! - many small or moderate bug fixes
!
! version 6.2, many developers, April 2011:
! - restructured package source code into separate src/ directories
! - added configure & Makefile scripts and a PDF manual in doc/
Expand Down

0 comments on commit e948ba0

Please sign in to comment.