From 08d6c8310512be47691db0c8997ed93b83f45907 Mon Sep 17 00:00:00 2001 From: rideout Date: Tue, 13 May 2003 10:44:41 +0000 Subject: Delete html tags from grdoc headers. Uncomment memset() line I had mistakenly commented earlier. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@230 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/RadiationBoundary.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/RadiationBoundary.c b/src/RadiationBoundary.c index 4ce0f34..1b18d4b 100644 --- a/src/RadiationBoundary.c +++ b/src/RadiationBoundary.c @@ -3,7 +3,6 @@ @date Mon Mar 15 15:09:00 1999 @author Miguel Alcubierre, Gabrielle Allen, Gerd Lanfermann @desc -
               Routines for applying radiation boundary conditions
 
               The radiative boundary condition that is implemented is:
@@ -38,7 +37,7 @@
               The value of n is is defined by the parameter "radpower".
               If this parameter is negative, H is forced to be zero (this
               corresponds to pure outgoing waves and is the default).
-              

+ The behaviour I have observed is the following: Using H=0 is very stable, but has a very bad initial transient. Taking n to be 0 or positive improves the initial behaviour considerably, @@ -54,7 +53,6 @@ Notice that this speed does not have to be 1. For gauge quantities {alpha,phi,trK} we can have a different asymptotic speed, which is why the value of v is passed as a parameter. -

@enddesc @history @hdate unknown @@ -531,7 +529,7 @@ void CCTK_FCALL CCTK_FNAME (BndRadiativeDirGI) @returntype int @returndesc - return code of @seeroutine ApplyBndRadiative
+ return code of @seeroutine ApplyBndRadiative -1 if invalid group indices are given @endreturndesc @@*/ @@ -626,7 +624,7 @@ void CCTK_FCALL CCTK_FNAME (BndRadiativeGI) @returntype int @returndesc - return code of @seeroutine BndRadiativeDirGI
+ return code of @seeroutine BndRadiativeDirGI -1 if invalid group names are given @endreturndesc @@*/ @@ -1698,7 +1696,7 @@ static int ApplyBndRadiative (const cGH *GH, + boundary is a physical boundary + have enough grid points */ - /* memset (doBC, 1, sizeof (doBC)); doBC is initialized below */ + memset (doBC, 1, sizeof (doBC)); if (sGHex) { for (i = 0; i < 2 * MAXDIM; i++) -- cgit v1.2.3