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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F/bHYPRE_SStructVectorView.fif

  • 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:
2
2
C       File:          bHYPRE_SStructVectorView_Impl.f
3
3
C       Symbol:        bHYPRE.SStructVectorView-v1.0.0
4
4
C       Symbol Type:   interface
5
 
C       Babel Version: 1.0.0
 
5
C       Babel Version: 1.0.4
6
6
C       Description:   Client-side documentation text for bHYPRE.SStructVectorView
7
7
C       
8
8
C       WARNING: Automatically generated; changes will be lost
23
23
C       Cast method for interface and type conversions.
24
24
C       
25
25
 
26
 
        subroutine bHYPRE_SStructVectorView__cast_f(ref, retval,
 
26
        subroutine bHYPRE_SStructVectorView__cast_f(ref, retval, 
27
27
     &     exception)
28
28
        implicit none
29
29
C        in opaque ref
59
59
C       Set the vector grid.
60
60
C       
61
61
 
62
 
        subroutine bHYPRE_SStructVectorView_SetGrid_f(self, grid,
 
62
        subroutine bHYPRE_SStructVectorView_SetGrid_f(self, grid, 
63
63
     &     retval, exception)
64
64
        implicit none
65
65
C        in bHYPRE.SStructVectorView self
86
86
C       complex value.
87
87
C       
88
88
 
89
 
        subroutine bHYPRE_SStructVectorView_SetValues_f(self, part,
 
89
        subroutine bHYPRE_SStructVectorView_SetValues_f(self, part, 
90
90
     &     index, dim, var, value, retval, exception)
91
91
        implicit none
92
92
C        in bHYPRE.SStructVectorView self
121
121
C       complex value.
122
122
C       
123
123
 
124
 
        subroutine bHYPRE_SStructVectorView_SetBoxValues_f(self, part,
 
124
        subroutine bHYPRE_SStructVectorView_SetBoxValues_f(self, part, 
125
125
     &     ilower, iupper, dim, var, values, nvalues, retval, exception)
126
126
        implicit none
127
127
C        in bHYPRE.SStructVectorView self
160
160
C       complex value.
161
161
C       
162
162
 
163
 
        subroutine bHYPRE_SStructVectorView_AddToValues_f(self, part,
 
163
        subroutine bHYPRE_SStructVectorView_AddToValues_f(self, part, 
164
164
     &     index, dim, var, value, retval, exception)
165
165
        implicit none
166
166
C        in bHYPRE.SStructVectorView self
226
226
C       Gather vector data before calling {\tt GetValues}.
227
227
C       
228
228
 
229
 
        subroutine bHYPRE_SStructVectorView_Gather_f(self, retval,
 
229
        subroutine bHYPRE_SStructVectorView_Gather_f(self, retval, 
230
230
     &     exception)
231
231
        implicit none
232
232
C        in bHYPRE.SStructVectorView self
250
250
C       complex value.
251
251
C       
252
252
 
253
 
        subroutine bHYPRE_SStructVectorView_GetValues_f(self, part,
 
253
        subroutine bHYPRE_SStructVectorView_GetValues_f(self, part, 
254
254
     &     index, dim, var, value, retval, exception)
255
255
        implicit none
256
256
C        in bHYPRE.SStructVectorView self
284
284
C       complex value.
285
285
C       
286
286
 
287
 
        subroutine bHYPRE_SStructVectorView_GetBoxValues_f(self, part,
 
287
        subroutine bHYPRE_SStructVectorView_GetBoxValues_f(self, part, 
288
288
     &     ilower, iupper, dim, var, values, nvalues, retval, exception)
289
289
        implicit none
290
290
C        in bHYPRE.SStructVectorView self
315
315
C       Set the vector to be complex.
316
316
C       
317
317
 
318
 
        subroutine bHYPRE_SStructVectorView_SetComplex_f(self, retval,
 
318
        subroutine bHYPRE_SStructVectorView_SetComplex_f(self, retval, 
319
319
     &     exception)
320
320
        implicit none
321
321
C        in bHYPRE.SStructVectorView self
376
376
C       Set the MPI Communicator.  DEPRECATED, Use Create()
377
377
C       
378
378
 
379
 
        subroutine bHYPRE_SStructVectorView_SetCommunicator_f(self,
 
379
        subroutine bHYPRE_SStructVectorView_SetCommunicator_f(self, 
380
380
     &     mpi_comm, retval, exception)
381
381
        implicit none
382
382
C        in bHYPRE.SStructVectorView self
413
413
C       the first time or subsequently.
414
414
C       
415
415
 
416
 
        subroutine bHYPRE_SStructVectorView_Initialize_f(self, retval,
 
416
        subroutine bHYPRE_SStructVectorView_Initialize_f(self, retval, 
417
417
     &     exception)
418
418
        implicit none
419
419
C        in bHYPRE.SStructVectorView self
434
434
C       between a call to Initialize and Assemble.
435
435
C       
436
436
 
437
 
        subroutine bHYPRE_SStructVectorView_Assemble_f(self, retval,
 
437
        subroutine bHYPRE_SStructVectorView_Assemble_f(self, retval, 
438
438
     &     exception)
439
439
        implicit none
440
440
C        in bHYPRE.SStructVectorView self
553
553
C       Select and execute a method by name
554
554
C       
555
555
 
556
 
        subroutine bHYPRE_SStructVectorView__exec_f(self, methodName,
 
556
        subroutine bHYPRE_SStructVectorView__exec_f(self, methodName, 
557
557
     &     inArgs, outArgs, exception)
558
558
        implicit none
559
559
C        in bHYPRE.SStructVectorView self
574
574
C       Get the URL of the Implementation of this object (for RMI)
575
575
C       
576
576
 
577
 
        subroutine bHYPRE_SStructVectorView__getURL_f(self, retval,
 
577
        subroutine bHYPRE_SStructVectorView__getURL_f(self, retval, 
578
578
     &     exception)
579
579
        implicit none
580
580
C        in bHYPRE.SStructVectorView self
591
591
C       TRUE if this object is remote, false if local
592
592
C       
593
593
 
594
 
        subroutine bHYPRE_SStructVectorView__isRemote_f(self, retval,
 
594
        subroutine bHYPRE_SStructVectorView__isRemote_f(self, retval, 
595
595
     &     exception)
596
596
        implicit none
597
597
C        in bHYPRE.SStructVectorView self
608
608
C       TRUE if this object is local, false if remote
609
609
C       
610
610
 
611
 
        subroutine bHYPRE_SStructVectorView__isLocal_f(self, retval,
 
611
        subroutine bHYPRE_SStructVectorView__isLocal_f(self, retval, 
612
612
     &     exception)
613
613
        implicit none
614
614
C        in bHYPRE.SStructVectorView self
625
625
C       Method to set whether or not method hooks should be invoked.
626
626
C       
627
627
 
628
 
        subroutine bHYPRE_SStructVectorView__set_hooks_f(self, on,
 
628
        subroutine bHYPRE_SStructVectorView__set_hooks_f(self, on, 
629
629
     &     exception)
630
630
        implicit none
631
631
C        in bHYPRE.SStructVectorView self