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

« back to all changes in this revision

Viewing changes to src/docs/bHYPRE_ref_manual/bHYPRE_StructMatrix_SetBoxValues.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>bHYPRE_StructMatrix_SetBoxValues</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> int32_t  bHYPRE_StructMatrix_SetBoxValues (  bHYPRE_StructMatrix self,  int32_t* ilower,  int32_t* iupper,  int32_t dim,  int32_t num_stencil_indices,  int32_t* stencil_indices,  double* values,  int32_t nvalues,  sidl_BaseInterface *<!2><A HREF="VectorInterface.html#DOC.3.10">_ex</A>) </H2><BLOCKQUOTE>
 
4
 
 
5
Set matrix values throughout a box in the grid, specified by its lower
 
6
and upper corners
 
7
</BLOCKQUOTE>
 
8
<A NAME="DOC.DOCU">
 
9
<hr>
 
10
 <h2> Documentation </h2>
 
11
<BLOCKQUOTE>
 
12
 
 
13
Set matrix values throughout a box in the grid, specified by its lower
 
14
and upper corners.  You can supply these values for one or more positions
 
15
in the stencil.  Thus the total number of matrix values you supply,
 
16
"nvalues", is num_stencil_indices x box_size, where box_size is the
 
17
number of grid points in the box.  The values array should be organized
 
18
so all values for a given box point are together (i.e., the stencil
 
19
index is the most rapidly varying).
 
20
"ilower" and "iupper" are arrays of size "dim", "stencil_indices" is an
 
21
array of size "num_stencil_indices", and "values" is an array of size
 
22
"nvalues". 
 
23
 
 
24
</BLOCKQUOTE>
 
25
<DL>
 
26
</DL>
 
27
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
28
<center>
 
29
<img src="hypre_wiw.gif">
 
30
</center>
 
31
 
 
32
<P Align=right><I>generated by <A HREF="http://www.zib.de/Visual/software/doc++/index.html">doc++</A></I>
 
33
</BODY>