~ubuntu-branches/ubuntu/karmic/hypre/karmic

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F90/bHYPRE_StructMatrixView_type.F90

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-03-20 11:40:12 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090320114012-132h6ok9w2r6o609
Tags: 2.4.0b-2
Rebuild against new openmpi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
! File:          bHYPRE_StructMatrixView_type.F90
 
3
! Symbol:        bHYPRE.StructMatrixView-v1.0.0
 
4
! Symbol Type:   interface
 
5
! Babel Version: 1.0.0
 
6
! Description:   Client-side module for bHYPRE.StructMatrixView
 
7
 
8
! WARNING: Automatically generated; changes will be lost
 
9
 
10
 
11
 
 
12
#include "bHYPRE_StructMatrixView_fAbbrev.h"
 
13
 
 
14
 
15
! This file contains a FORTRAN 90 derived type for the
 
16
! sidl type bHYPRE.StructMatrixView.
 
17
 
18
 
 
19
module bHYPRE_StructMatrixView_type
 
20
  use sidl
 
21
  type bHYPRE_StructMatrixView_t
 
22
    sequence
 
23
    integer (kind=sidl_iorptr) :: d_ior
 
24
  end type bHYPRE_StructMatrixView_t
 
25
 
 
26
  type bHYPRE_StructMatrixView_1d
 
27
    sequence
 
28
    integer (kind=sidl_arrayptr) :: d_array
 
29
  end type bHYPRE_StructMatrixView_1d
 
30
 
 
31
  type bHYPRE_StructMatrixView_2d
 
32
    sequence
 
33
    integer (kind=sidl_arrayptr) :: d_array
 
34
  end type bHYPRE_StructMatrixView_2d
 
35
 
 
36
  type bHYPRE_StructMatrixView_3d
 
37
    sequence
 
38
    integer (kind=sidl_arrayptr) :: d_array
 
39
  end type bHYPRE_StructMatrixView_3d
 
40
 
 
41
  type bHYPRE_StructMatrixView_4d
 
42
    sequence
 
43
    integer (kind=sidl_arrayptr) :: d_array
 
44
  end type bHYPRE_StructMatrixView_4d
 
45
 
 
46
  type bHYPRE_StructMatrixView_5d
 
47
    sequence
 
48
    integer (kind=sidl_arrayptr) :: d_array
 
49
  end type bHYPRE_StructMatrixView_5d
 
50
 
 
51
  type bHYPRE_StructMatrixView_6d
 
52
    sequence
 
53
    integer (kind=sidl_arrayptr) :: d_array
 
54
  end type bHYPRE_StructMatrixView_6d
 
55
 
 
56
  type bHYPRE_StructMatrixView_7d
 
57
    sequence
 
58
    integer (kind=sidl_arrayptr) :: d_array
 
59
  end type bHYPRE_StructMatrixView_7d
 
60
 
 
61
end module bHYPRE_StructMatrixView_type