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

« back to all changes in this revision

Viewing changes to src/vec/is/examples/tutorials/ex3f90.F.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:
3
3
<html>
4
4
<head>
5
5
<title></title>
6
 
<meta name="generator" content="c2html 0.9.1">
7
 
<meta name="date" content="2002-05-31T16:01:27+00:00">
 
6
<meta name="generator" content="c2html 0.9.4">
 
7
<meta name="date" content="2004-02-27T19:57:29+00:00">
8
8
</head>
9
9
 
10
10
<body bgcolor="#FFFFFF">
53
53
<a name="line43"> 43: </a>!    Note each processor is generating its own index set
54
54
<a name="line44"> 44: </a>!    (in this <font color="#4169E1">case</font> they are all identical)
55
55
<a name="line45"> 45: </a>!
56
 
<a name="line46"> 46: </a>      call <A href="../../../../../docs/manualpages/IS/ISCreateBlock.html#ISCreateBlock">ISCreateBlock</A>(PETSC_COMM_SELF,bs,n,inputindices,set,ierr)
57
 
<a name="line47"> 47: </a>      call <A href="../../../../../docs/manualpages/IS/ISView.html#ISView">ISView</A>(set,PETSC_VIEWER_STDOUT_SELF,ierr)
 
56
<a name="line46"> 46: </a>      call <A href="../../../../../docs/manualpages/IS/ISCreateBlock.html#ISCreateBlock">ISCreateBlock</A>(<A href="../../../../../docs/manualpages/Sys/PETSC_COMM_SELF.html#PETSC_COMM_SELF">PETSC_COMM_SELF</A>,bs,n,inputindices,set,ierr)
 
57
<a name="line47"> 47: </a>      call <A href="../../../../../docs/manualpages/IS/ISView.html#ISView">ISView</A>(set,<A href="../../../../../docs/manualpages/Viewer/PETSC_VIEWER_STDOUT_SELF.html#PETSC_VIEWER_STDOUT_SELF">PETSC_VIEWER_STDOUT_SELF</A>,ierr)
58
58
 
59
59
<a name="line49"> 49: </a>!
60
60
<a name="line50"> 50: </a>!    Extract indices from set.