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

« back to all changes in this revision

Viewing changes to docs/HYPRE_ref_manual/HYPRE_IJVectorDestroy.html

  • 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
<html><head><TITLE>HYPRE_IJVectorDestroy</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> int  HYPRE_IJVectorDestroy (<!2><A HREF="IJVectors.html#DOC.3.2.12">HYPRE_IJVector</A> vector) </H2><BLOCKQUOTE>
 
4
 
 
5
Destroy a vector object
 
6
</BLOCKQUOTE>
 
7
<A NAME="DOC.DOCU">
 
8
<hr>
 
9
 <h2> Documentation </h2>
 
10
<BLOCKQUOTE>
 
11
 
 
12
Destroy a vector object.  An object should be explicitly destroyed
 
13
using this destructor when the user's code no longer needs direct
 
14
access to it.  Once destroyed, the object must not be referenced
 
15
again.  Note that the object may not be deallocated at the
 
16
completion of this call, since there may be internal package
 
17
references to the object.  The object will then be destroyed when
 
18
all internal reference counts go to zero.
 
19
 
 
20
</BLOCKQUOTE>
 
21
<DL>
 
22
</DL>
 
23
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
24
<center>
 
25
<img src="hypre_wiw.gif">
 
26
</center>
 
27
 
 
28
<P Align=right><I>generated by <A HREF="http://www.zib.de/Visual/software/doc++/index.html">doc++</A></I>
 
29
</BODY>