[cig-commits] [commit] knepley/feature-petsc-fe: Petsc: We now need PetscFE and PetscDS (aa8ea8b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:46:33 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : knepley/feature-petsc-fe
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit aa8ea8b3c2598452ccc67177d3415ab462521199
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Thu Oct 16 15:35:58 2014 -0500

    Petsc: We now need PetscFE and PetscDS


>---------------------------------------------------------------

aa8ea8b3c2598452ccc67177d3415ab462521199
 libsrc/pylith/utils/petscfwd.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/libsrc/pylith/utils/petscfwd.h b/libsrc/pylith/utils/petscfwd.h
index 111beea..6ecdb88 100644
--- a/libsrc/pylith/utils/petscfwd.h
+++ b/libsrc/pylith/utils/petscfwd.h
@@ -64,6 +64,12 @@ typedef struct _p_ISLocalToGlobalMapping* PetscISLocalToGlobalMapping;
 /// forward declaration for PETSc DMMeshInterpolationInfo
 typedef struct _DMMeshInterpolationInfo* PetscDMMeshInterpolationInfo;
 
+/// forward declaration for PETSc DS
+typedef struct _p_PetscDS* PetscDS;
+
+/// forward declaration for PETSc FE
+typedef struct _p_PetscFE* PetscFE;
+
 
 #endif // pylith_utils_petscfwd_h
 



More information about the CIG-COMMITS mailing list