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

« back to all changes in this revision

Viewing changes to docs/manualpages/KSP/KSPRegisterDynamic.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:
48
48
<P>
49
49
 
50
50
<P>
51
 
Environmental variables such as ${PETSC_ARCH}, ${PETSC_DIR}, ${PETSC_LIB_DIR}, ${BOPT},
 
51
Notes: Environmental variables such as ${PETSC_ARCH}, ${PETSC_DIR}, ${PETSC_LIB_DIR}, ${BOPT},
52
52
and others of the form ${any_environmental_variable} occuring in pathname will be
53
53
replaced with appropriate values.
 
54
If your function is not being put into a shared library then use <A HREF="../KSP/KSPRegister.html#KSPRegister">KSPRegister</A>() instead
54
55
<P>
55
56
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
56
57
 <A HREF="../KSP/KSP.html#KSP">KSP</A>, register
61
62
<BR>
62
63
<P>
63
64
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>advanced
64
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/sles/ksp/interface/itcreate.c.html#KSPRegisterDynamic">src/sles/ksp/interface/itcreate.c</A>
 
65
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/ksp/../../../include/petscksp.h.html#KSPRegisterDynamic">src/ksp/ksp/../../../include/petscksp.h</A>
65
66
<BR><A HREF="./index.html">Index of all KSP routines</A>
66
67
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
67
68
<BR><A HREF="../singleindex.html">Index of all manual pages</A>