1: ! 2: ! Used by petscdmmod.F90 to create Fortran module file 3: ! 4: #include "petsc/finclude/petscdmlabel.h" 6: type tDMLabel 7: sequence 8: PetscFortranAddr:: v PETSC_FORTRAN_TYPE_INITIALIZE 9: end type tDMLabel 11: DMLabel, parameter :: PETSC_NULL_DMLABEL = tDMLabel(0) 13: #if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES) 14: !DEC$ ATTRIBUTES DLLEXPORT::PETSC_NULL_DMLABEL 15: #endif