Fixed Scalar Advection

Scott Haney scotth at proximation.com
Tue Oct 16 20:13:22 UTC 2001


Yet another bug in PeriodicFaceBC:

Index: PeriodicFaceBC.h
===================================================================
RCS file: 
/home/pooma/Repository/r2/src/Field/Relations/PeriodicFaceBC.h,v
retrieving revision 1.2
diff -p -c -2 -r1.2 PeriodicFaceBC.h
*** PeriodicFaceBC.h    2001/10/04 22:06:18     1.2
--- PeriodicFaceBC.h    2001/10/16 20:12:46
*************** public:
*** 80,84 ****
     PeriodicFaceBC(const PeriodicFaceBC<Dim> &init, const Target &t)
     : domain_m(t.totalDomain()),
!     srcDomain_m(Pooma::NoInit()),
       face_m(init.face_m)
     {
--- 80,84 ----
     PeriodicFaceBC(const PeriodicFaceBC<Dim> &init, const Target &t)
     : domain_m(t.totalDomain()),
!     srcDomain_m(t.totalDomain()),
       face_m(init.face_m)
     {

Stephen reviewed this patch. I will be moving an R1 test that Jim wrote 
over to R2.

Scott
--
Scott W. Haney
Development Manager
Proximation LLC
2960 Rodeo Park Drive West
Santa Fe, NM 87505
Voice: 505-424-3809 x101
FAX: 505-438-4161
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1041 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/pooma-dev/attachments/20011016/17f42b59/attachment.bin>


More information about the pooma-dev mailing list