Patch: Tutorial Documentation Typographical Fixes
Jeffrey Oldham
oldham at codesourcery.com
Tue May 29 18:51:59 UTC 2001
Committed patch information:
2001 May 29 Jeffrey D. Oldham <oldham at codesourcery.com>
* tut-07.html: Fix typographical error.
* tut-08.html: Likewise.
Tested on Netscape 4.77 Linux
Approved by Julian Cummings.
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: tut-07.html
===================================================================
RCS file: /home/pooma/Repository/r2/docs/tut-07.html,v
retrieving revision 1.2
diff -c -p -r1.2 tut-07.html
*** tut-07.html 2001/03/26 23:49:59 1.2
--- tut-07.html 2001/05/25 19:00:36
*************** specified by the constructor's <tt>origi
*** 208,214 ****
parameter. <tt>UniformRectilinearMesh</tt> then takes another point,
<tt>spacings</tt>, whose values specify the spacings along each axis.
! <p>The inter-element spacings for a <tt>RectilinerMesh</tt>, on the
other hand, are specified using a <tt>Vector</tt> of one-dimensional
<tt>Array</tt>s. Such a structure can be defined and filled using
code like the following:
--- 208,214 ----
parameter. <tt>UniformRectilinearMesh</tt> then takes another point,
<tt>spacings</tt>, whose values specify the spacings along each axis.
! <p>The inter-element spacings for a <tt>RectilinearMesh</tt>, on the
other hand, are specified using a <tt>Vector</tt> of one-dimensional
<tt>Array</tt>s. Such a structure can be defined and filled using
code like the following:
Index: tut-08.html
===================================================================
RCS file: /home/pooma/Repository/r2/docs/tut-08.html,v
retrieving revision 1.2
diff -c -p -r1.2 tut-08.html
*** tut-08.html 2001/03/26 23:49:59 1.2
--- tut-08.html 2001/05/25 19:00:37
*************** typedef Div<Cell, DiscreteGeometry<
*** 992,998 ****
FieldStencil<Div_t> divVV2SC();
// <em>Divergence, Vector/Vert-->Scalar/Cell</em>
! sc = divV2SC(fv);
</pre></blockquote>
<p> Programmers may also find it convenient to create wrappers by
--- 992,998 ----
FieldStencil<Div_t> divVV2SC();
// <em>Divergence, Vector/Vert-->Scalar/Cell</em>
! sc = divV2SC(vv);
</pre></blockquote>
<p> Programmers may also find it convenient to create wrappers by
More information about the pooma-dev
mailing list