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

« back to all changes in this revision

Viewing changes to docs/manualpages/TS/TSSetRHSBoundaryConditions.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:
21
21
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>f </B></TD><TD>- routine for evaluating the boundary condition function
22
22
</TD></TR>
23
23
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>ctx </B></TD><TD>- [optional] user-defined context for private data for the 
24
 
function evaluation routine (may be PETSC_NULL)
 
24
function evaluation routine (may be <A HREF="../Sys/PETSC_NULL.html#PETSC_NULL">PETSC_NULL</A>)
25
25
</TD></TR></TABLE>
26
26
<P>
27
27
<H3><FONT COLOR="#CC3333">Calling sequence of func</FONT></H3>
28
28
<pre>
29
 
    func (<A HREF="../TS/TS.html#TS">TS</A> ts,PetscReal t,<A HREF="../Vec/Vec.html#Vec">Vec</A> F,void *ctx);
 
29
    func (<A HREF="../TS/TS.html#TS">TS</A> ts,<A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A> t,<A HREF="../Vec/Vec.html#Vec">Vec</A> F,void *ctx);
30
30
</pre>
31
31
<P>
32
32
<TABLE border="0" cellpadding="0" cellspacing="0">
48
48
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
49
49
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
50
50
<A HREF="../../../src/ts/examples/tutorials/ex3.c.html">src/ts/examples/tutorials/ex3.c.html</A><BR>
 
51
<A HREF="../../../src/ts/examples/tutorials/ex6.c.html">src/ts/examples/tutorials/ex6.c.html</A><BR>
51
52
</BODY></HTML>