[cig-commits] r20102 - seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat May 12 16:41:07 PDT 2012


Author: dkomati1
Date: 2012-05-12 16:41:07 -0700 (Sat, 12 May 2012)
New Revision: 20102

Modified:
   seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.pdf
   seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex
Log:
fixed NREGIONS


Modified: seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.pdf
===================================================================
(Binary files differ)

Modified: seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex
===================================================================
--- seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex	2012-05-12 23:02:44 UTC (rev 20101)
+++ seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex	2012-05-12 23:41:07 UTC (rev 20102)
@@ -779,10 +779,10 @@
      \item \texttt{anisotropy\_flag}  : 0=no anisotropy / 1,2,.. check with implementation in \texttt{aniso\_model.f90}
      \item \texttt{domain\_id}        : 1=acoustic / 2=elastic
 \end{itemize}
-\item [{\texttt{NMATERIALS}}] The number of regions in the mesh.
+\item [{\texttt{NREGIONS}}] The number of regions in the mesh.
 In the following lines, because the mesh is regular or 'almost regular', each region is defined as :
 \begin{lyxcode}
-  \texttt{XI\_begin}  \texttt{XI\_end}  \texttt{ETA\_begin}  \texttt{ETA\_end}  \texttt{material\_ID}
+  \texttt{NEX\_XI\_BEGIN}  \texttt{NEX\_XI\_END}  \texttt{NEX\_ETA\_BEGIN}  \texttt{NEX\_ETA\_END}  \texttt{NZ\_BEGIN}  \texttt{NZ\_END}  \texttt{material\_ID}
 \end{lyxcode}
 \end{description}
 



More information about the CIG-COMMITS mailing list