Actual source code: partcreatef.c

  1: /* partcreate.c */
  2: /* Fortran interface file */

  4: /*
  5: * This file was generated automatically by bfort from the C source
  6: * file.  
  7:  */

  9: #ifdef PETSC_USE_POINTER_CONVERSION
 10: #if defined(__cplusplus)
 11: extern "C" {
 12: #endif 
 13: extern void *PetscToPointer(void *);
 14: extern int PetscFromPointer(void *);
 15: extern void PetscRmPointer(void *);
 16: #if defined(__cplusplus)
 17: }
 18: #endif 

 20: #else

 22: #define PetscToPointer(a) (*(long *)(a))
 23: #define PetscFromPointer(a) (long)(a)
 24: #define PetscRmPointer(a)
 25: #endif

 27: #include "petscfix.h"
 28:  #include mesh.h
 29: #ifdef MPI_BUILD_PROFILING
 30: #ifdef PETSC_HAVE_FORTRAN_CAPS
 31: #define partitioncreate_ PPARTITIONCREATE
 32: #elif !defined(PETSC_HAVE_FORTRAN_UNDERSCORE) && !defined(FORTRANDOUBLEUNDERSCORE)
 33: #define partitioncreate_ ppartitioncreate
 34: #else
 35: #define partitioncreate_ ppartitioncreate_
 36: #endif
 37: #else
 38: #ifdef PETSC_HAVE_FORTRAN_CAPS
 39: #define partitioncreate_ PARTITIONCREATE
 40: #elif !defined(PETSC_HAVE_FORTRAN_UNDERSCORE) && !defined(FORTRANDOUBLEUNDERSCORE)
 41: #define partitioncreate_ partitioncreate
 42: #endif
 43: #endif

 45: #ifdef MPI_BUILD_PROFILING
 46: #ifdef PETSC_HAVE_FORTRAN_CAPS
 47: #define partitionserialize_ PPARTITIONSERIALIZE
 48: #elif !defined(PETSC_HAVE_FORTRAN_UNDERSCORE) && !defined(FORTRANDOUBLEUNDERSCORE)
 49: #define partitionserialize_ ppartitionserialize
 50: #else
 51: #define partitionserialize_ ppartitionserialize_
 52: #endif
 53: #else
 54: #ifdef PETSC_HAVE_FORTRAN_CAPS
 55: #define partitionserialize_ PARTITIONSERIALIZE
 56: #elif !defined(PETSC_HAVE_FORTRAN_UNDERSCORE) && !defined(FORTRANDOUBLEUNDERSCORE)
 57: #define partitionserialize_ partitionserialize
 58: #endif
 59: #endif



 63: /* Definitions of Fortran Wrapper routines */
 64: #if defined(__cplusplus)
 65: extern "C" {
 66: #endif
 67: void PETSC_STDCALL partitioncreate_(Mesh mesh,Partition *part, int *ierr ){
 68: *PartitionCreate(
 69:         (Mesh)PetscToPointer( (mesh) ),part);
 70: }
 71: void PETSC_STDCALL partitionserialize_(Mesh mesh,Partition *part,PetscViewer *viewer,PetscTruth *store, int *ierr ){
 72: *PartitionSerialize(
 73:         (Mesh)PetscToPointer( (mesh) ),part,*viewer,*store);
 74: }
 75: #if defined(__cplusplus)
 76: }
 77: #endif