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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F90/bHYPRE_Operator_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_Operator_fStub.h
 
3
 * Symbol:        bHYPRE.Operator-v1.0.0
 
4
 * Symbol Type:   interface
 
5
 * Babel Version: 1.0.0
 
6
 * Description:   Client-side documentation text for bHYPRE.Operator
 
7
 * 
 
8
 * WARNING: Automatically generated; changes will be lost
 
9
 * 
 
10
 */
 
11
 
 
12
#ifndef included_bHYPRE_Operator_fStub_h
 
13
#define included_bHYPRE_Operator_fStub_h
 
14
 
 
15
/**
 
16
 * Symbol "bHYPRE.Operator" (version 1.0.0)
 
17
 * 
 
18
 * An Operator is anything that maps one Vector to another.  The
 
19
 * terms {\tt Setup} and {\tt Apply} are reserved for Operators.
 
20
 * The implementation is allowed to assume that supplied parameter
 
21
 * arrays will not be destroyed.
 
22
 */
 
23
 
 
24
#ifndef included_bHYPRE_Operator_IOR_h
 
25
#include "bHYPRE_Operator_IOR.h"
 
26
#endif
 
27
 
 
28
#ifdef __cplusplus
 
29
extern "C" {
 
30
#endif
 
31
 
 
32
 
 
33
#pragma weak bHYPRE_Operator__connectI
 
34
 
 
35
#pragma weak bHYPRE_Operator__rmicast
 
36
 
 
37
/**
 
38
 * Cast method for interface and class type conversions.
 
39
 */
 
40
struct bHYPRE_Operator__object*
 
41
bHYPRE_Operator__rmicast(
 
42
  void* obj, struct sidl_BaseInterface__object **_ex);
 
43
 
 
44
/**
 
45
 * RMI connector function for the class. (no addref)
 
46
 */
 
47
struct bHYPRE_Operator__object*
 
48
bHYPRE_Operator__connectI(const char * url, sidl_bool ar,
 
49
  struct sidl_BaseInterface__object **_ex);
 
50
 
 
51
#ifdef __cplusplus
 
52
}
 
53
#endif
 
54
#endif