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

« back to all changes in this revision

Viewing changes to docs/manualpages/Vec/VecAssemblyEnd.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:
19
19
<br>
20
20
<P>
21
21
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
22
 
<DT><B>-vec_view </B> -Prints vector in ASCII format
23
 
<br>
24
 
<DT><B>-vec_view_matlab </B> -Prints vector in Matlab format
25
 
<br>
26
 
<DT><B>-vec_view_draw </B> -Activates vector viewing using drawing tools
27
 
<br>
28
 
<DT><B>-display &lt;name&gt; </B> -Sets display name (default is host)
29
 
<br>
30
 
<DT><B>-draw_pause &lt;sec&gt; </B> -Sets number of seconds to pause after display
31
 
<br>
32
 
<DT><B>-vec_view_socket </B> -Activates vector viewing using a socket
33
 
<br>
34
 
<DT><B>-vec_view_ams </B> -Activates vector viewing using the ALICE Memory Snooper (AMS)
35
 
<br>
36
 
</TABLE>
 
22
<TABLE border="0" cellpadding="0" cellspacing="0">
 
23
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view </B></TD><TD>- Prints vector in ASCII format
 
24
</TD></TR>
 
25
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view_matlab </B></TD><TD>- Prints vector in ASCII Matlab format to stdout
 
26
</TD></TR>
 
27
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view_matlab_file </B></TD><TD>- Prints vector in Matlab format to matlaboutput.mat
 
28
</TD></TR>
 
29
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view_draw </B></TD><TD>- Activates vector viewing using drawing tools
 
30
</TD></TR>
 
31
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-display &lt;name&gt; </B></TD><TD>- Sets display name (default is host)
 
32
</TD></TR>
 
33
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-draw_pause &lt;sec&gt; </B></TD><TD>- Sets number of seconds to pause after display
 
34
</TD></TR>
 
35
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view_socket </B></TD><TD>- Activates vector viewing using a socket
 
36
</TD></TR>
 
37
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-vec_view_ams </B></TD><TD>- Activates vector viewing using the ALICE Memory Snooper (AMS)
 
38
</TD></TR></TABLE>
37
39
 
38
40
<P>
39
41
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>