[cig-commits] r16723 - in short/3D/PyLith/benchmarks/trunk/static/performance/solvertest: meshes parameters

brad at geodynamics.org brad at geodynamics.org
Sat May 15 16:17:18 PDT 2010


Author: brad
Date: 2010-05-15 16:17:17 -0700 (Sat, 15 May 2010)
New Revision: 16723

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/meshes/hex8.exo
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/meshes/tet4.exo
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/tet4.cfg
Log:
Regenerated .exo files and set nodeset name flag to false.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/meshes/hex8.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/meshes/tet4.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/hex8.cfg	2010-05-15 23:16:12 UTC (rev 16722)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/hex8.cfg	2010-05-15 23:17:17 UTC (rev 16723)
@@ -6,6 +6,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator.reader]
 filename = ../meshes/hex8.exo
+use_nodeset_names = False
 
 # ----------------------------------------------------------------------
 # materials

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg	2010-05-15 23:16:12 UTC (rev 16722)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg	2010-05-15 23:17:17 UTC (rev 16723)
@@ -214,20 +214,20 @@
 
 
 # Field split
-#[pylithapp.timedependent.formulation]
-#split_fields = true
-#matrix_type = aij
+[pylithapp.timedependent.formulation]
+split_fields = true
+matrix_type = aij
 
-#[pylithapp.petsc]
-#fs_pc_type = fieldsplit
-#fs_pc_fieldsplit_real_diagonal =
-#fs_pc_fieldsplit_type = multiplicative
-#fs_fieldsplit_0_pc_type = ml
-#fs_fieldsplit_1_pc_type = ml
-#fs_fieldsplit_2_pc_type = ml
-#fs_fieldsplit_3_pc_type = jacobi
-#fs_fieldsplit_0_ksp_type = gmres
-#fs_fieldsplit_1_ksp_type = gmres
-#fs_fieldsplit_2_ksp_type = gmres
-#fs_fieldsplit_3_ksp_type = richardson
+[pylithapp.petsc]
+fs_pc_type = fieldsplit
+fs_pc_fieldsplit_real_diagonal =
+fs_pc_fieldsplit_type = multiplicative
+fs_fieldsplit_0_pc_type = ml
+fs_fieldsplit_1_pc_type = ml
+fs_fieldsplit_2_pc_type = ml
+fs_fieldsplit_3_pc_type = jacobi
+fs_fieldsplit_0_ksp_type = gmres
+fs_fieldsplit_1_ksp_type = gmres
+fs_fieldsplit_2_ksp_type = gmres
+fs_fieldsplit_3_ksp_type = richardson
 

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/tet4.cfg	2010-05-15 23:16:12 UTC (rev 16722)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/tet4.cfg	2010-05-15 23:17:17 UTC (rev 16723)
@@ -6,6 +6,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator.reader]
 filename = ../meshes/tet4.exo
+use_nodeset_names = False
 
 # ----------------------------------------------------------------------
 # materials



More information about the CIG-COMMITS mailing list