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"> *** 448,454 **** Figure 4: Example of componentwise centering, showing ! RectilinearCentering<2,VectorFace<2>> --- 448,454 ---- Figure 4: Example of componentwise centering, showing ! RectilinearCentering<2,VectorFaceRCTag<2>> *************** WIDTH="451"> *** 457,463 ****

A Note on Allocation

For componentwise rectilinear centerings such as ! RectilinearCentering<2,VectorFace<2> >, POOMA currently allocates Field domains (and Array domains in the associated DiscreteGeometry) with storage for nVerts elements in each dimension, so storage for a --- 457,463 ----

A Note on Allocation

For componentwise rectilinear centerings such as ! RectilinearCentering<2,VectorFaceRCTag<2> >, POOMA currently allocates Field domains (and Array domains in the associated DiscreteGeometry) with storage for nVerts elements in each dimension, so storage for a *************** defined in the RectilinearMesh *** 822,828 ****

A Note on Allocation

What's going on under the hood when an application makes a ! DiscreteGeometry object with this VectorFace type of componentwise centering for its Centering parameter? The DiscreteGeometry::totalDomain() method returns a domain with an extent of nVerts×nVerts×nVerts (in three --- 822,828 ----

A Note on Allocation

What's going on under the hood when an application makes a ! DiscreteGeometry object with this VectorFaceRCTag type of componentwise centering for its Centering parameter? The DiscreteGeometry::totalDomain() method returns a domain with an extent of nVerts×nVerts×nVerts (in three *************** the existing DiscreteGeometry p *** 837,843 **** storage.

The domains of these Arrays must still be specified. In a ! geometry class which has VectorFace for its Centering template parameter, these compute-based Array data members have their domains set to nVerts×nVerts×nVerts. Any Field which --- 837,843 ---- storage.

The domains of these Arrays must still be specified. In a ! geometry class which has VectorFaceRCTag for its Centering template parameter, these compute-based Array data members have their domains set to nVerts×nVerts×nVerts. Any Field 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 VectorFace.

--- 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 VectorFaceRCTag.
Input Output
Input Output