[cig-commits] r16859 - short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters

brad at geodynamics.org brad at geodynamics.org
Tue Jun 1 18:11:12 PDT 2010


Author: brad
Date: 2010-06-01 18:11:11 -0700 (Tue, 01 Jun 2010)
New Revision: 16859

Added:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/fieldsplit.cfg
Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_cubit.cfg
Log:
Updated settings.

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/fieldsplit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/fieldsplit.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/fieldsplit.cfg	2010-06-02 01:11:11 UTC (rev 16859)
@@ -0,0 +1,21 @@
+# -*- Python -*-
+[pylithapp]
+
+# Field split
+[pylithapp.timedependent.formulation]
+split_fields = True
+use_custom_constraint_pc = 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 = ml
+fs_fieldsplit_0_ksp_type = preonly
+fs_fieldsplit_1_ksp_type = preonly
+fs_fieldsplit_2_ksp_type = preonly
+fs_fieldsplit_3_ksp_type = preonly

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_cubit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_cubit.cfg	2010-06-01 22:48:23 UTC (rev 16858)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_cubit.cfg	2010-06-02 01:11:11 UTC (rev 16859)
@@ -6,7 +6,8 @@
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]
 reader = pylith.meshio.MeshIOCubit
-use_nodeset_names = False
+reader.use_nodeset_names = False
+reorder_mesh = True
 
 # ----------------------------------------------------------------------
 # problem



More information about the CIG-COMMITS mailing list