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

« back to all changes in this revision

Viewing changes to docs/manualpages/Sys/PetscTypeCompare.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:
10
10
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
11
<PRE>
12
12
#include "petsc.h"    
13
 
int PetscTypeCompare(PetscObject obj,char *type_name,PetscTruth *same)
 
13
int PetscTypeCompare(PetscObject obj,const char type_name[],PetscTruth *same)
14
14
</PRE>
15
15
Not Collective
16
16
<P>
39
39
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
40
40
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
41
41
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
42
 
<A HREF="../../../src/sles/examples/tutorials/ex7.c.html">src/sles/examples/tutorials/ex7.c.html</A><BR>
43
 
<A HREF="../../../src/sles/examples/tutorials/ex8.c.html">src/sles/examples/tutorials/ex8.c.html</A><BR>
 
42
<A HREF="../../../src/ksp/examples/tutorials/ex7.c.html">src/ksp/examples/tutorials/ex7.c.html</A><BR>
 
43
<A HREF="../../../src/ksp/examples/tutorials/ex8.c.html">src/ksp/examples/tutorials/ex8.c.html</A><BR>
 
44
<A HREF="../../../src/snes/examples/tutorials/ex29.c.html">src/snes/examples/tutorials/ex29.c.html</A><BR>
44
45
</BODY></HTML>