RFA: s/VectorFace/VectorFaceRCTag/g

Jeffrey Oldham oldham at codesourcery.com
Tue Mar 27 00:06:12 UTC 2001


Are these changes acceptable?  "VectorFace" seems to have disappeared
from Pooma in favor of "VectorFaceRCTag".

Mon Mar 26 15:50:55 2001  Jeffrey D. Oldham <oldham at codesourcery.com>

	* tut-07.html: s/VectorFace/VectorFaceRCTag/g
	* tut-08.html: Likewise.

Tested on	Netscape 4.76 on Linux

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/03/27 00:00:24
*************** WIDTH="451"></a></tr>
*** 448,454 ****
  
  <tr><td align="center" width="536"><em>Figure 4: Example of
        componentwise centering, showing
!       RectilinearCentering<2,VectorFace<2>></em>
  </tr>
  
  </table></center>
--- 448,454 ----
  
  <tr><td align="center" width="536"><em>Figure 4: Example of
        componentwise centering, showing
!       RectilinearCentering<2,VectorFaceRCTag<2>></em>
  </tr>
  
  </table></center>
*************** WIDTH="451"></a></tr>
*** 457,463 ****
  <a name="centeringalloc"><h3>A Note on Allocation</h3></a>
  
  <P>For componentwise rectilinear centerings such as
! <tt>RectilinearCentering<2,VectorFace<2> ></tt>, POOMA
  currently allocates <tt>Field</tt> domains (and <tt>Array</tt> domains
  in the associated <tt>DiscreteGeometry</tt>) with storage for
  <tt>nVerts</tt> elements in each dimension, so storage for a
--- 457,463 ----
  <a name="centeringalloc"><h3>A Note on Allocation</h3></a>
  
  <P>For componentwise rectilinear centerings such as
! <tt>RectilinearCentering<2,VectorFaceRCTag<2> ></tt>, POOMA
  currently allocates <tt>Field</tt> domains (and <tt>Array</tt> domains
  in the associated <tt>DiscreteGeometry</tt>) with storage for
  <tt>nVerts</tt> elements in each dimension, so storage for a
*************** defined in the <tt>RectilinearMesh</tt> 
*** 822,828 ****
  <a name="fieldalloc"><h3>A Note on Allocation</h3></a>
  
  <p>What's going on under the hood when an application makes a
! <tt>DiscreteGeometry</tt> object with this <tt>VectorFace</tt> type of
  componentwise centering for its <tt>Centering</tt> parameter?  The
  <tt>DiscreteGeometry::totalDomain()</tt> method returns a domain with
  an extent of <tt>nVerts×nVerts×nVerts</tt> (in three
--- 822,828 ----
  <a name="fieldalloc"><h3>A Note on Allocation</h3></a>
  
  <p>What's going on under the hood when an application makes a
! <tt>DiscreteGeometry</tt> object with this <tt>VectorFaceRCTag</tt> type of
  componentwise centering for its <tt>Centering</tt> parameter?  The
  <tt>DiscreteGeometry::totalDomain()</tt> method returns a domain with
  an extent of <tt>nVerts×nVerts×nVerts</tt> (in three
*************** the existing <tt>DiscreteGeometry</tt> p
*** 837,843 ****
  storage.
  
  <p>The domains of these <tt>Arrays</tt> must still be specified.  In a
! geometry class which has <tt>VectorFace</tt> for its
  <tt>Centering</tt> template parameter, these compute-based
  <tt>Array</tt> data members have their domains set to
  <tt>nVerts×nVerts×nVerts</tt>.  Any <tt>Field</tt> which
--- 837,843 ----
  storage.
  
  <p>The domains of these <tt>Arrays</tt> must still be specified.  In a
! geometry class which has <tt>VectorFaceRCTag</tt> for its
  <tt>Centering</tt> template parameter, these compute-based
  <tt>Array</tt> data members have their domains set to
  <tt>nVerts×nVerts×nVerts</tt>.  Any <tt>Field</tt> which
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/03/27 00:00:26
*************** which these functors are defined with pa
*** 169,175 ****
  set duplicates all the functions provided in version 1 of POOMA. More
  input and output centering combinations will be added as this version
  is developed, in particular face, edge, and component-wise centerings
! such as <tt>VectorFace</tt>.
  
  <center><table CELLSPACING=3 >
  <tr>	<td>			<td><b>Input</b>	<td><b>Output</b>	</tr>
--- 169,175 ----
  set duplicates all the functions provided in version 1 of POOMA. More
  input and output centering combinations will be added as this version
  is developed, in particular face, edge, and component-wise centerings
! such as <tt>VectorFaceRCTag</tt>.
  
  <center><table CELLSPACING=3 >
  <tr>	<td>			<td><b>Input</b>	<td><b>Output</b>	</tr>


More information about the pooma-dev mailing list