[Commits] [svn:einsteintoolkit] IDLinearWaves/trunk/test/ (Rev. 120)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Dec 2 18:39:45 CST 2013


User: knarf
Date: 2013/12/02 06:39 PM

Added:
 /trunk/test/
  test_pw_ADM_dir-x.par, test_pw_ADM_dir-z.par
 /trunk/test/test_pw_ADM_dir-x/
 /trunk/test/test_pw_ADM_dir-z/

Removed:
 /trunk/test/
  test_pw_ADM_leap.par, test_pw_ADM_sl.par
 /trunk/test/test_pw_ADM_leap/
 /trunk/test/test_pw_ADM_sl/

Log:
 rename testsuites to what they really are

File Changes:

Directory: /trunk/test/
=======================

File [added]: test_pw_ADM_dir-x.par
Delta lines: +60 -0
===================================================================
--- trunk/test/test_pw_ADM_dir-x.par	                        (rev 0)
+++ trunk/test/test_pw_ADM_dir-x.par	2013-12-03 00:39:45 UTC (rev 120)
@@ -0,0 +1,60 @@
+#########################################################
+!DESC "Linearized plane wave along x-line"
+#########################################################
+
+# Required thorns
+ActiveThorns = "Boundary time pugh pughslab pughreduce CartGrid3D CoordBase SymBase ADMBase ADMMacros StaticConformal CoordGauge IDLinearWaves ioascii ioutil iobasic localreduce"
+
+# GENERAL 
+
+driver::global_nx  =  200     
+driver::global_ny  =  3     
+driver::global_nz  =  3     
+time::dtfac = 0.25
+
+grid::type         = "byspacing"
+grid::dxyz         = 0.01
+grid::domain     =  "full"
+
+cactus::cctk_initial_time  =  0.     
+cactus::cctk_itlast        =  0
+
+
+# Einstein 
+
+admbase::metric_type       =  "static conformal"
+admbase::initial_data      =  "planewaves"
+
+coordgauge::lapse_list           =  "geodesic"  
+
+# IDLinearwaves
+idlinearwaves::amplitude  = 0.001
+idlinearwaves::wavecenter = 0.0
+idlinearwaves::wavelength = 2.0
+idlinearwaves::wavepulse  = 1.0
+idlinearwaves::wavetheta  = 90.0
+idlinearwaves::wavephi    = 0.0
+idlinearwaves::wavesgoing = "both"
+
+# Output
+
+IO::out_dir               = $parfile
+IO::out_fileinfo         = "none"
+IO::parfile_write        = "no"
+
+IOBasic::outScalar_every =  10      
+IOBasic::outScalar_vars  = "admbase::gzz admbase::kzz admbase::alp"
+IOASCII::out1D_every =  10      
+IOASCII::out1D_vars  = "admbase::gxx admbase::gxy admbase::gxz
+                        admbase::gyy admbase::gyz admbase::gzz
+                        admbase::kxx admbase::kxy admbase::kxz
+                        admbase::kyy admbase::kyz admbase::kzz"
+
+
+IOBasic::outInfo_every = 5
+IOBasic::outInfo_vars = "admbase::gzz"
+
+##################################################################
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"

File [added]: test_pw_ADM_dir-z.par
Delta lines: +60 -0
===================================================================
--- trunk/test/test_pw_ADM_dir-z.par	                        (rev 0)
+++ trunk/test/test_pw_ADM_dir-z.par	2013-12-03 00:39:45 UTC (rev 120)
@@ -0,0 +1,60 @@
+#########################################################
+!DESC "Linearized plane wave along z-line"
+#########################################################
+
+# Required thorns
+ActiveThorns = "boundary time pugh pughslab pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal ADMMacros ADMAnalysis CoordGauge IDLinearWaves ioascii ioutil iobasic localreduce"
+
+# GENERAL 
+
+driver::global_nx  =  3     
+driver::global_ny  =  3     
+driver::global_nz  =  200     
+
+grid::type         =  "byspacing"
+grid::dxyz         =  0.01
+grid::domain     =  "full"
+time::dtfac    =  0.25   
+
+cactus::cctk_initial_time  =  0.     
+cactus::cctk_itlast        =  0
+
+
+# Einstein 
+
+admbase::metric_type       =  "static conformal"
+admbase::initial_data      = "planewaves"
+
+coordgauge::lapse_list           =  "geodesic"  
+
+# IDLinearwaves
+idlinearwaves::amplitude  = 0.001
+idlinearwaves::wavecenter = 0.0
+idlinearwaves::wavelength = 2.0
+idlinearwaves::wavepulse  = 1.0
+idlinearwaves::wavetheta  = 0.0
+idlinearwaves::wavephi    = 0.0
+idlinearwaves::wavesgoing = "both"
+
+# Output
+
+IO::out_dir               = $parfile
+IO::out_fileinfo         = "none"
+IO::parfile_write        = "no"
+
+IOBasic::outScalar_every =  10      
+IOBasic::outScalar_vars  = "admbase::gxx admbase::kxx 
+                            admanalysis::grr admbase::alp"
+IOASCII::out1D_every =  10      
+IOASCII::out1D_vars  = "admbase::gxx admbase::gxy admbase::gxz
+                        admbase::gyy admbase::gyz admbase::gzz
+                        admbase::kxx admbase::kxy admbase::kxz
+                        admbase::kyy admbase::kyz admbase::kzz"
+
+IOBasic::outInfo_every = 5
+IOBasic::outInfo_vars = "admbase::gxx"
+
+##################################################################
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no"

File [removed]: test_pw_ADM_leap.par
Delta lines: +0 -60
===================================================================
--- trunk/test/test_pw_ADM_leap.par	2013-12-03 00:37:57 UTC (rev 119)
+++ trunk/test/test_pw_ADM_leap.par	2013-12-03 00:39:45 UTC (rev 120)
@@ -1,60 +0,0 @@
-#########################################################
-!DESC "Linearized plane wave along x-line"
-#########################################################
-
-# Required thorns
-ActiveThorns = "Boundary time pugh pughslab pughreduce CartGrid3D CoordBase SymBase ADMBase ADMMacros StaticConformal CoordGauge IDLinearWaves ioascii ioutil iobasic localreduce"
-
-# GENERAL 
-
-driver::global_nx  =  200     
-driver::global_ny  =  3     
-driver::global_nz  =  3     
-time::dtfac = 0.25
-
-grid::type         = "byspacing"
-grid::dxyz         = 0.01
-grid::domain     =  "full"
-
-cactus::cctk_initial_time  =  0.     
-cactus::cctk_itlast        =  0
-
-
-# Einstein 
-
-admbase::metric_type       =  "static conformal"
-admbase::initial_data      =  "planewaves"
-
-coordgauge::lapse_list           =  "geodesic"  
-
-# IDLinearwaves
-idlinearwaves::amplitude  = 0.001
-idlinearwaves::wavecenter = 0.0
-idlinearwaves::wavelength = 2.0
-idlinearwaves::wavepulse  = 1.0
-idlinearwaves::wavetheta  = 90.0
-idlinearwaves::wavephi    = 0.0
-idlinearwaves::wavesgoing = "both"
-
-# Output
-
-IO::out_dir               = $parfile
-IO::out_fileinfo         = "none"
-IO::parfile_write        = "no"
-
-IOBasic::outScalar_every =  10      
-IOBasic::outScalar_vars  = "admbase::gzz admbase::kzz admbase::alp"
-IOASCII::out1D_every =  10      
-IOASCII::out1D_vars  = "admbase::gxx admbase::gxy admbase::gxz
-                        admbase::gyy admbase::gyz admbase::gzz
-                        admbase::kxx admbase::kxy admbase::kxz
-                        admbase::kyy admbase::kyz admbase::kzz"
-
-
-IOBasic::outInfo_every = 5
-IOBasic::outInfo_vars = "admbase::gzz"
-
-##################################################################
-
-# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no"

File [removed]: test_pw_ADM_sl.par
Delta lines: +0 -60
===================================================================
--- trunk/test/test_pw_ADM_sl.par	2013-12-03 00:37:57 UTC (rev 119)
+++ trunk/test/test_pw_ADM_sl.par	2013-12-03 00:39:45 UTC (rev 120)
@@ -1,60 +0,0 @@
-#########################################################
-!DESC "Linearized plane wave along z-line"
-#########################################################
-
-# Required thorns
-ActiveThorns = "boundary time pugh pughslab pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal ADMMacros ADMAnalysis CoordGauge IDLinearWaves ioascii ioutil iobasic localreduce"
-
-# GENERAL 
-
-driver::global_nx  =  3     
-driver::global_ny  =  3     
-driver::global_nz  =  200     
-
-grid::type         =  "byspacing"
-grid::dxyz         =  0.01
-grid::domain     =  "full"
-time::dtfac    =  0.25   
-
-cactus::cctk_initial_time  =  0.     
-cactus::cctk_itlast        =  0
-
-
-# Einstein 
-
-admbase::metric_type       =  "static conformal"
-admbase::initial_data      = "planewaves"
-
-coordgauge::lapse_list           =  "geodesic"  
-
-# IDLinearwaves
-idlinearwaves::amplitude  = 0.001
-idlinearwaves::wavecenter = 0.0
-idlinearwaves::wavelength = 2.0
-idlinearwaves::wavepulse  = 1.0
-idlinearwaves::wavetheta  = 0.0
-idlinearwaves::wavephi    = 0.0
-idlinearwaves::wavesgoing = "both"
-
-# Output
-
-IO::out_dir               = $parfile
-IO::out_fileinfo         = "none"
-IO::parfile_write        = "no"
-
-IOBasic::outScalar_every =  10      
-IOBasic::outScalar_vars  = "admbase::gxx admbase::kxx 
-                            admanalysis::grr admbase::alp"
-IOASCII::out1D_every =  10      
-IOASCII::out1D_vars  = "admbase::gxx admbase::gxy admbase::gxz
-                        admbase::gyy admbase::gyz admbase::gzz
-                        admbase::kxx admbase::kxy admbase::kxz
-                        admbase::kyy admbase::kyz admbase::kzz"
-
-IOBasic::outInfo_every = 5
-IOBasic::outInfo_vars = "admbase::gxx"
-
-##################################################################
-
-# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no"



More information about the Commits mailing list