[cig-commits] r4774 - short/3D/PyLith/branches/pylith-0.8/pylith3d/libpylith3d

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Oct 10 08:38:17 PDT 2006


Author: willic3
Date: 2006-10-10 08:38:17 -0700 (Tue, 10 Oct 2006)
New Revision: 4774

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/libpylith3d/errorlist
Log:
Added new errors related to root bracketing/finding.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/libpylith3d/errorlist
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/libpylith3d/errorlist	2006-10-10 15:36:13 UTC (rev 4773)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/libpylith3d/errorlist	2006-10-10 15:38:17 UTC (rev 4774)
@@ -7,6 +7,7 @@
 #  200-299:	Arithmetic errors
 #  negative:	Invalid jacobian
 #  300-399:	Memory errors
+#  400-499:     Runtime errors
 #
 #  ierr		Error
      1		Error opening file for reading.
@@ -28,4 +29,14 @@
    111		Load history times are out of order.
    112		Not enough points to define a plane for slippery nodes.
    113		Zero or negative jacobian for element.
+   114		Initial bracketing values are identical.
+   115		Root is not initially bracketed.
    300		Insufficient memory assigned.
+   400		Don't know how to open a binary file.
+   402		Error opening binary file for writing.
+   403		Error reading from binary file.
+   404		Error writing to binary file.
+   405		Unexpected 'inquire' result for binary file.
+   406		Binary data read does not match data written.
+   410		Bracketing values not found.
+   411		Maximum iterations exceeded.



More information about the cig-commits mailing list