[cig-commits] r21454 - short/3D/PyLith/trunk/libsrc/pylith/utils

brad at geodynamics.org brad at geodynamics.org
Wed Mar 6 15:57:08 PST 2013


Author: brad
Date: 2013-03-06 15:57:08 -0800 (Wed, 06 Mar 2013)
New Revision: 21454

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/utils/petscfwd.h
Log:
Added PetscDM and PetscIS typedefs.

Modified: short/3D/PyLith/trunk/libsrc/pylith/utils/petscfwd.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/utils/petscfwd.h	2013-03-06 20:15:02 UTC (rev 21453)
+++ short/3D/PyLith/trunk/libsrc/pylith/utils/petscfwd.h	2013-03-06 23:57:08 UTC (rev 21454)
@@ -49,6 +49,12 @@
 /// forward declaration for PETSc PC
 typedef struct _p_PC* PetscPC;
 
+/// forward declaration for PETSc Mat
+typedef struct _p_DM* PetscDM;
+
+/// forward declaration for PETSc Mat
+typedef struct _p_IS* PetscIS;
+
 /// forward declaration for PETSc ISLocalToGlobalMapping
 typedef struct _p_ISLocalToGlobalMapping* PetscISLocalToGlobalMapping;
 



More information about the CIG-COMMITS mailing list