~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/DA/SDAGetCorners.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
 
2
<HTML>
 
3
<HEAD>
 
4
<META NAME="GENERATOR" CONTENT="DOCTEXT">
 
5
<TITLE>SDAGetCorners</TITLE>
 
6
</HEAD>
 
7
<BODY BGCOLOR="FFFFFF">
 
8
<A NAME="SDAGetCorners"><H1>SDAGetCorners</H1></A>
 
9
Returns the global (x,y,z) indices of the lower left corner of the local region, excluding ghost points. 
 
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
 
11
<PRE>
 
12
#include "petscda.h"   
 
13
int SDAGetCorners(SDA da,int *x,int *y,int *z,int *m,int *n,int *p)
 
14
</PRE>
 
15
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
 
16
<DT><B>da </B> -the distributed array
 
17
<br>
 
18
<P>
 
19
<H3><FONT COLOR="#CC3333">Output Parameters</FONT></H3>
 
20
<DT><B>x,y,z </B> -the corner indices
 
21
<br>
 
22
<pre>
 
23
   y and z are optional (used for 2D and 3D problems)
 
24
</pre>
 
25
<DT><B>m,n,p </B> -widths in the corresponding directions
 
26
<br>
 
27
<pre>
 
28
   n and p are optional (used for 2D and 3D problems)
 
29
</pre>
 
30
<P>
 
31
<H3><FONT COLOR="#CC3333">Note</FONT></H3>
 
32
Any of y, z, n, and p should be set to <A HREF="../Sys/PETSC_NULL.html#PETSC_NULL">PETSC_NULL</A> if not needed.
 
33
<P>
 
34
 
 
35
<P>
 
36
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
 
37
 distributed array, get, corners, nodes, local indices
 
38
<BR>
 
39
<P>
 
40
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 
41
 <A HREF="../DA/SDAGetGhostCorners.html#SDAGetGhostCorners">SDAGetGhostCorners</A>()
 
42
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
 
43
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/dm/da/utils/sda2.c.html#SDAGetCorners">src/dm/da/utils/sda2.c</A>
 
44
<BR><A HREF="./index.html">Index of all DA routines</A>
 
45
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
 
46
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
 
47
</BODY></HTML>