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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F90/bHYPRE_ParaSails_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:
 
1
/*
 
2
 * File:          bHYPRE_ParaSails_fStub.h
 
3
 * Symbol:        bHYPRE.ParaSails-v1.0.0
 
4
 * Symbol Type:   class
 
5
 * Babel Version: 1.0.0
 
6
 * Description:   Client-side documentation text for bHYPRE.ParaSails
 
7
 * 
 
8
 * WARNING: Automatically generated; changes will be lost
 
9
 * 
 
10
 */
 
11
 
 
12
#ifndef included_bHYPRE_ParaSails_fStub_h
 
13
#define included_bHYPRE_ParaSails_fStub_h
 
14
 
 
15
/**
 
16
 * Symbol "bHYPRE.ParaSails" (version 1.0.0)
 
17
 * 
 
18
 * Objects of this type can be cast to Solver objects using the
 
19
 * {\tt \_\_cast} methods.
 
20
 * 
 
21
 * ParaSails requires an IJParCSR matrix
 
22
 */
 
23
 
 
24
#ifndef included_bHYPRE_ParaSails_IOR_h
 
25
#include "bHYPRE_ParaSails_IOR.h"
 
26
#endif
 
27
 
 
28
#ifdef __cplusplus
 
29
extern "C" {
 
30
#endif
 
31
 
 
32
 
 
33
#pragma weak bHYPRE_ParaSails__connectI
 
34
 
 
35
#pragma weak bHYPRE_ParaSails__rmicast
 
36
 
 
37
/**
 
38
 * Cast method for interface and class type conversions.
 
39
 */
 
40
struct bHYPRE_ParaSails__object*
 
41
bHYPRE_ParaSails__rmicast(
 
42
  void* obj, struct sidl_BaseInterface__object **_ex);
 
43
 
 
44
/**
 
45
 * RMI connector function for the class. (no addref)
 
46
 */
 
47
struct bHYPRE_ParaSails__object*
 
48
bHYPRE_ParaSails__connectI(const char * url, sidl_bool ar,
 
49
  struct sidl_BaseInterface__object **_ex);
 
50
 
 
51
#ifdef __cplusplus
 
52
}
 
53
#endif
 
54
#endif