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

« back to all changes in this revision

Viewing changes to src/docs/HYPRE_ref_manual/HYPRE_SStructMatrixGetBoxValues.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_SStructMatrixGetBoxValues</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> int  HYPRE_SStructMatrixGetBoxValues (<!2><A HREF="SStructMatrices.html#DOC.2.4.11">HYPRE_SStructMatrix</A> matrix, int part, int *ilower, int *iupper, int var, int nentries, int *entries, double *values) </H2><BLOCKQUOTE>
 
4
 
 
5
Get matrix coefficients a box at a time
 
6
</BLOCKQUOTE>
 
7
<A NAME="DOC.DOCU">
 
8
<hr>
 
9
 <h2> Documentation </h2>
 
10
<BLOCKQUOTE>
 
11
 
 
12
Get matrix coefficients a box at a time.  The data in <TT>values</tt> is
 
13
ordered as in <!1><A HREF="HYPRE_SStructMatrixSetBoxValues.html">HYPRE_SStructMatrixSetBoxValues</A>.<P>NOTE: Users may get values on any process that owns the associated variables.<P>NOTE: The entries in this routine must all be of stencil type.  Also, they
 
14
must all represent couplings to the same variable type.<P>If the matrix is complex, then <TT>values</tt> consists of pairs of doubles
 
15
representing the real and imaginary parts of each complex value.<P>
 
16
 
 
17
</BLOCKQUOTE>
 
18
<DL>
 
19
</DL>
 
20
<DL><DT><B>See Also:</B><DD><!2><A HREF="SStructMatrices.html#DOC.2.4.17">HYPRE_SStructMatrixSetComplex</A><br></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
21
<center>
 
22
<img src="hypre_wiw.gif">
 
23
</center>
 
24
 
 
25
<P Align=right><I>generated by <A HREF="http://www.zib.de/Visual/software/doc++/index.html">doc++</A></I>
 
26
</BODY>