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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F/bHYPRE_BiCGSTAB_fStub.h

  • 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
 * File:          bHYPRE_BiCGSTAB_fStub.h
3
3
 * Symbol:        bHYPRE.BiCGSTAB-v1.0.0
4
4
 * Symbol Type:   class
5
 
 * Babel Version: 1.0.0
 
5
 * Babel Version: 1.0.4
6
6
 * Description:   Client-side documentation text for bHYPRE.BiCGSTAB
7
7
 * 
8
8
 * WARNING: Automatically generated; changes will be lost
15
15
/**
16
16
 * Symbol "bHYPRE.BiCGSTAB" (version 1.0.0)
17
17
 * 
18
 
 * Objects of this type can be cast to PreconditionedSolver objects
19
 
 * using the {\tt \_\_cast} methods.
20
 
 * 
21
 
 * RDF: Documentation goes here.
22
 
 * 
23
 
 * BiCGSTAB solver calls Babel-interface functions
 
18
 * BiCGSTAB solver.
 
19
 * This calls Babel-interface matrix and vector functions, so it will work
 
20
 * with any consistent matrix, vector, and preconditioner classes.
24
21
 */
25
22
 
26
23
#ifndef included_bHYPRE_BiCGSTAB_IOR_h
47
44
 * RMI connector function for the class. (no addref)
48
45
 */
49
46
struct bHYPRE_BiCGSTAB__object*
50
 
bHYPRE_BiCGSTAB__connectI(const char * url, sidl_bool ar,
51
 
  struct sidl_BaseInterface__object **_ex);
 
47
bHYPRE_BiCGSTAB__connectI(const char * url, sidl_bool ar, struct 
 
48
  sidl_BaseInterface__object **_ex);
52
49
 
53
50
#ifdef __cplusplus
54
51
}