From 3492f05ab08ea8e295aa1df59e8773d1e3fd74a3 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 18 Sep 1999 17:50:45 +0000 Subject: Fixing radiation boundary conditions git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@11 90eea020-d82d-4da5-bf6e-4ee79ff7632f --- src/WaveToy.c | 2 +- test/test_rad.par | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/WaveToy.c b/src/WaveToy.c index 9517ce2..1dda594 100644 --- a/src/WaveToy.c +++ b/src/WaveToy.c @@ -148,7 +148,7 @@ static void WaveToyC_Boundaries(CCTK_CARGUMENTS) } else if (CCTK_Equals(bound,"radiation")) { - ierr = ApplyRadiativeBC(cctkGH,0,sw,"wavetoyc::phi_new","wavetoy::phi"); + ierr = ApplyRadiativeBC(cctkGH,0,1,sw,"wavetoyc::phi_new","wavetoy::phi"); } if (ierr < 0) diff --git a/test/test_rad.par b/test/test_rad.par index dd7b2c3..1c80ae9 100644 --- a/test/test_rad.par +++ b/test/test_rad.par @@ -1,9 +1,10 @@ -# wavetoyc_rad.par - wavetoy evolution with radiation boundaries +# DESC : wavetoy evolution with radiation boundaries + # $Id$ # # /*@@ -# @file wavetoyc_rad.par -# @date Sunday 24th July +# @file test_rad.par +# @date Saturday 18th September # @author Gabrielle Allen # @desc # Wavetoy parameter file demonstrating radiation boundaries in Octant -- cgit v1.2.3