[cig-commits] r16414 - seismo/2D/SPECFEM2D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat Mar 13 05:18:47 PST 2010


Author: dkomati1
Date: 2010-03-13 05:18:46 -0800 (Sat, 13 Mar 2010)
New Revision: 16414

Modified:
   seismo/2D/SPECFEM2D/trunk/Makefile
   seismo/2D/SPECFEM2D/trunk/README_MANUAL.txt
   seismo/2D/SPECFEM2D/trunk/specfem2D.F90
Log:
started to change the copyright information


Modified: seismo/2D/SPECFEM2D/trunk/Makefile
===================================================================
--- seismo/2D/SPECFEM2D/trunk/Makefile	2010-03-13 05:39:26 UTC (rev 16413)
+++ seismo/2D/SPECFEM2D/trunk/Makefile	2010-03-13 13:18:46 UTC (rev 16414)
@@ -1,11 +1,11 @@
 
 #========================================================================
 #
-#                   S P E C F E M 2 D  Version 6.0
+#                   S P E C F E M 2 D  Version 6.1
 #                   ------------------------------
 #
-# Copyright Universite de Pau et des Pays de l'Adour, CNRS and INRIA, France,
-# and Princeton University, USA.
+# Copyright Universite de Pau, CNRS and INRIA, France,
+# and Princeton University / California Institute of Technology, USA.
 # Contributors: Dimitri Komatitsch, dimitri DOT komatitsch aT univ-pau DOT fr
 #               Nicolas Le Goff, nicolas DOT legoff aT univ-pau DOT fr
 #               Roland Martin, roland DOT martin aT univ-pau DOT fr

Modified: seismo/2D/SPECFEM2D/trunk/README_MANUAL.txt
===================================================================
--- seismo/2D/SPECFEM2D/trunk/README_MANUAL.txt	2010-03-13 05:39:26 UTC (rev 16413)
+++ seismo/2D/SPECFEM2D/trunk/README_MANUAL.txt	2010-03-13 13:18:46 UTC (rev 16414)
@@ -1,23 +1,11 @@
 
-SPECFEM2D 6.0: SPECFEM2D facilitates 2D simulations of
-        acoustic, (an)elastic, and poroelastic seismic wave propagation.
-        With version 6.0, the 2D spectral-element solver accommodates
-        regular and unstructured meshes, generated for example by Cubit
-        (cubit.sandia.gov). The solver has adjoint capabilities and can
-        calculate finite-frequency sensitivity kernels for acoustic,
-        (an)elastic, and poroelastic media. The package also considers 2D SH 
-        and P-SV wave propagation. Finally, the solver can run
-        both in serial and in parallel. See SPECFEM2D
-        <http://www.geodynamics.org/cig/software/packages/seismo/specfem2d>
-        for the source code.
-
 !========================================================================
 !
-!                   S P E C F E M 2 D  Version 6.0
+!                   S P E C F E M 2 D  Version 6.1
 !                   ------------------------------
 !
-! Copyright Universite de Pau et des Pays de l'Adour, CNRS and INRIA, France,
-! and Princeton University, USA.
+! Copyright Universite de Pau, CNRS and INRIA, France,
+! and Princeton University / California Institute of Technology, USA.
 ! Contributors: Dimitri Komatitsch, dimitri DOT komatitsch aT univ-pau DOT fr
 !               Nicolas Le Goff, nicolas DOT legoff aT univ-pau DOT fr
 !               Roland Martin, roland DOT martin aT univ-pau DOT fr
@@ -160,6 +148,18 @@
 ! pages = {350-363}}
 !
 
+SPECFEM2D 6.1: SPECFEM2D facilitates 2D simulations of
+        acoustic, (an)elastic, and poroelastic seismic wave propagation.
+        With version 6.1, the 2D spectral-element solver accommodates
+        regular and unstructured meshes, generated for example by Cubit
+        (cubit.sandia.gov). The solver has adjoint capabilities and can
+        calculate finite-frequency sensitivity kernels for acoustic,
+        (an)elastic, and poroelastic media. The package also considers 2D SH
+        and P-SV wave propagation. Finally, the solver can run
+        both in serial and in parallel. See SPECFEM2D
+        <http://www.geodynamics.org/cig/software/packages/seismo/specfem2d>
+        for the source code.
+
 Caution:
 --------
 

Modified: seismo/2D/SPECFEM2D/trunk/specfem2D.F90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/specfem2D.F90	2010-03-13 05:39:26 UTC (rev 16413)
+++ seismo/2D/SPECFEM2D/trunk/specfem2D.F90	2010-03-13 13:18:46 UTC (rev 16414)
@@ -147,14 +147,17 @@
 ! volume = {5336},
 ! pages = {350-363}}
 !
-! version 6.0.1, Christina Morency, September 2009:
+! version 6.1, Christina Morency and Pieyre Le Loher, March 2010:
 !               - added SH (membrane) waves calculation for elastic media
-!               - fixed some bugs on acoustic kernels
-! version 6.0.0, Christina Morency and Yang Luo, August 2009:
+!               - added support for external fully anisotropic media
+!               - fixed some bugs in acoustic kernels
+!
+! version 6.0, Christina Morency and Yang Luo, August 2009:
 !               - support for poroelastic media
 !               - adjoint method for acoustic/elastic/poroelastic
 !
 ! version 5.2, Dimitri Komatitsch, Nicolas Le Goff and Roland Martin, February 2008:
+!               - support for CUBIT and GiD meshes
 !               - MPI implementation of the code based on domain decomposition
 !                 with METIS or SCOTCH
 !               - general fluid/solid implementation with any number, shape and orientation of



More information about the CIG-COMMITS mailing list