[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
Thu Oct 16 13:44:40 PDT 2014


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

On branch  : knepley/feature-petsc-fe
Link       : https://github.com/geodynamics/pylith/compare/0000000000000000000000000000000000000000...eed9adc756a4f472f6890e591d3d92bba741a9a0

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

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