Actual source code: petscdmswarm.h

  1: !
  2: !
  3: !  Include file for Fortran use of the DMSwarm package in PETSc
  4: !
  5: #if !defined (PETSCDMSWARMDEF_H)
  6: #define PETSCDMSWARMDEF_H

  8: #include "petsc/finclude/petscdm.h"

 10: #define DMSwarmType PetscEnum
 11: #define DMSwarmMigrateType PetscEnum
 12: #define DMSwarmCollectType PetscEnum
 13: #define DMSwarmPICLayoutType PetscEnum

 15: #endif