[cig-commits] r22053 - seismo/3D/SPECFEM3D/trunk

xie.zhinan at geodynamics.org xie.zhinan at geodynamics.org
Mon May 13 01:41:47 PDT 2013


Author: xie.zhinan
Date: 2013-05-13 01:41:46 -0700 (Mon, 13 May 2013)
New Revision: 22053

Modified:
   seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
Log:
add one suggestion about reducing memory usage when using pml in acoustic/solid simulation


Modified: seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-05-13 07:07:58 UTC (rev 22052)
+++ seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-05-13 08:41:46 UTC (rev 22053)
@@ -4,7 +4,21 @@
 
 (items listed in no particular order)
 
+- suggestion 40:
+----------------
+Currently, the way of PML implemented for acoustic/solid simulation is memory consuming. we should
+in future reduce the memory usage in following way:
+1: replace the rmass_acoustic_interface(nglob_acoustic)  with rmass_acoustic_interface(nglob_acoustic_solid_interface)
+2: replace the potential_dot_dot_acoustic_interface(nglob_acoustic)  with potential_dot_dot_acoustic_interface(nglob_acoustic_solid_interface)
+where nglob_acoustic denotes the whole point set inside acoustic region, nglob_acoustic_solid_interface denotes the point set on acoustic_solid_interface
 
+- suggestion 39:
+----------------
+Currently, the way of PML implemented for fluid/solid simualtion is memeory consuming. we should
+in future reduce the memeory usage in following way.
+1: replace the rmass_acoustic_interface(nglob_acoustic)  with rmass_acoustic_interface(nglob_acoustic_solid_interface)
+2: replace the potential_dot_dot_acoustic_interface(nglob_acoustic)  with potential_dot_dot_acoustic_interface(nglob_acoustic_solid_interface)
+
 - suggestion 35:
 ----------------
 



More information about the CIG-COMMITS mailing list