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

« back to all changes in this revision

Viewing changes to src/sys/src/viewer/impls/socket/senddense.c

  • 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:
5
5
#undef __FUNCT__  
6
6
#define __FUNCT__ "PetscViewerSocketPutScalar" 
7
7
/*@C
8
 
   PetscViewerSocketPutScalar - Passes an Scalar array to a Socket PetscViewer.
 
8
   PetscViewerSocketPutScalar - Passes a Scalar array to a Socket PetscViewer.
9
9
 
10
10
  Input Parameters:
11
11
+  viewer - obtained from PetscViewerSocketOpen()
12
12
.  m - number of rows of array
13
13
.  m - number of columns of array
14
 
-  array - the array stored in Fortran 77 style (matrix or vector data) 
 
14
-  array - the array stored in column ordering (matrix or vector data) 
15
15
 
16
16
    Level: advanced
17
17
 
59
59
+  viewer - obtained from PetscViewerSocketOpen()
60
60
.  m - number of rows of array
61
61
.  m - number of columns of array
62
 
-  array - the array stored in Fortran 77 style (matrix or vector data) 
 
62
-  array - the array stored in column ordering (matrix or vector data) 
63
63
 
64
64
    Level: advanced
65
65
 
102
102
   Input Parameters:
103
103
+  viewer - obtained from PetscViewerSocketOpen()
104
104
.  m - number of rows of array
105
 
-  array - the array stored in Fortran 77 style (matrix or vector data) 
 
105
-  array - the array stored in column ordering (matrix or vector data) 
106
106
 
107
107
    Level: advanced
108
108