freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fixed Scalar Advection


From: Scott Haney
Subject: Fixed Scalar Advection
Date: Tue, 16 Oct 2001 14:13:22 -0600

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]