[cig-commits] r14348 - short/3D/PyLith/branches/pylith-swig/libsrc/utils

brad at geodynamics.org brad at geodynamics.org
Mon Mar 16 15:10:54 PDT 2009


Author: brad
Date: 2009-03-16 15:10:54 -0700 (Mon, 16 Mar 2009)
New Revision: 14348

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/utils/petscfwd.h
Log:
More work on setting up Formulation.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/utils/petscfwd.h
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/utils/petscfwd.h	2009-03-16 22:10:28 UTC (rev 14347)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/utils/petscfwd.h	2009-03-16 22:10:54 UTC (rev 14348)
@@ -29,10 +29,12 @@
 /// forward declaration for PETSc ISLocalToGlobalMapping
 typedef struct _p_ISLocalToGlobalMapping* PetscISLocalToGlobalMapping;
 
+/// forward declaration for PETSc SNES
+typedef struct _p_SNES* PetscSNES;
+
 /// forward declaration for PETSc PetscErrorCode
 typedef int PetscErrorCode;
 
-
 #endif // pylith_utils_petscfwd_h
 
 // End of file



More information about the CIG-COMMITS mailing list