aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-05-13 10:44:41 +0000
committerrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-05-13 10:44:41 +0000
commit08d6c8310512be47691db0c8997ed93b83f45907 (patch)
tree4c109f0dd0f51edfdff5e04b363f49411ceb03c7
parentbbfdf7d24e4ec6cf878a5f251f1bd4736c12fa83 (diff)
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
-rw-r--r--src/RadiationBoundary.c10
1 files 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
- <PRE>
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).
- <P>
+
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.
- </PRE>
@enddesc
@history
@hdate unknown
@@ -531,7 +529,7 @@ void CCTK_FCALL CCTK_FNAME (BndRadiativeDirGI)
@returntype int
@returndesc
- return code of @seeroutine ApplyBndRadiative <BR>
+ 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 <BR>
+ 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++)