Actual source code: petscdmlabel.h

  1: !
  2: !  Used by petscdmmod.F90 to create Fortran module file
  3: !
  4: #include "petsc/finclude/petscdmlabel.h"

  6:       type, extends(tPetscObject) :: tDMLabel
  7:       end type tDMLabel
  8:       DMLabel, parameter :: PETSC_NULL_DMLABEL = tDMLabel(0)
  9: #if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES)
 10: !DEC$ ATTRIBUTES DLLEXPORT::PETSC_NULL_DMLABEL
 11: #endif