[cig-commits] r16490 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Fri Apr 2 09:49:01 PDT 2010


Author: brad
Date: 2010-04-02 09:49:00 -0700 (Fri, 02 Apr 2010)
New Revision: 16490

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/configure.ac
Log:
Incremented PETSc version (petsc-dev is now 3.1.0).

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2010-04-02 16:01:59 UTC (rev 16489)
+++ short/3D/PyLith/trunk/TODO	2010-04-02 16:49:00 UTC (rev 16490)
@@ -5,11 +5,15 @@
 MAIN PRIORITIES
 
 * Mesh reordering
-  debug
+  + MATT needs to include vertices in reordering.
 
 * Better preconditioning
   + Need settings for Schur complement
 
+  MATT is thinking about how to setup Schur complement settings
+  (recursive specification of field splits).
+
+
 * Drucker-Prager elastoplastic
   Need to link isJacobianSymmetric() in Integrator with materials.
   Need to pass hint when creating Jacobian.
@@ -19,7 +23,7 @@
   + Add stuff to manual
 
 * Optimization
-  + Reorder vertices/cells using Cuthill-McKee
+  + Reorder vertices/cells using reverse Cuthill-McKee
   + Specialized elasticity integrator objects for Tri3, Quad4, Tet4, Hex8
   + inline methods (what isn't getting inlined) -Winline
 
@@ -44,6 +48,10 @@
     Add elasticPrestep() to Formulation
     Remove solnIncr, keep setField()
 
+* Optimization
+  + Reimplement Fields to use a single section.
+  + May be gotchas associated with Petsc Vec and scatters
+
 ----------------------------------------------------------------------
 FRICTION
 ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-04-02 16:01:59 UTC (rev 16489)
+++ short/3D/PyLith/trunk/configure.ac	2010-04-02 16:49:00 UTC (rev 16490)
@@ -109,7 +109,7 @@
 #CIT_CHECK_LIB_MPI
 
 # PETSC
-CIT_PATH_PETSC([3.0.0])
+CIT_PATH_PETSC([3.1.0])
 CIT_HEADER_PETSC
 CIT_CHECK_LIB_PETSC
 CIT_CHECK_LIB_PETSC_SIEVE



More information about the CIG-COMMITS mailing list