aboutsummaryrefslogtreecommitdiff
path: root/src/InitSymBound.F90
diff options
context:
space:
mode:
authorgoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2000-03-29 07:42:26 +0000
committergoodale <goodale@daab82bb-f315-4ad1-b6d0-9353ff8b6e27>2000-03-29 07:42:26 +0000
commit466765830e3ee8e6b4fb4b9a9c232171f7b55bf3 (patch)
treedfb5eed3b1766f6e4751f408012bbafa85dddc51 /src/InitSymBound.F90
parente07ae62012ec2ccb3d283670a90252ea6d4bf6cd (diff)
Changed to use timelevels - thanks for putting the rotation in PUGH Ed.
Note that the no-boundary condition tests assumed that phi_new had zero at its boundaries. This is, or course, no longer true with timelevel rotation. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@16 daab82bb-f315-4ad1-b6d0-9353ff8b6e27
Diffstat (limited to 'src/InitSymBound.F90')
-rw-r--r--src/InitSymBound.F901
1 files changed, 0 insertions, 1 deletions
diff --git a/src/InitSymBound.F90 b/src/InitSymBound.F90
index 958aafa..2e8be89 100644
--- a/src/InitSymBound.F90
+++ b/src/InitSymBound.F90
@@ -34,6 +34,5 @@ subroutine WaveToyFreeF90_InitSymBound(CCTK_ARGUMENTS)
INTEGER, DIMENSION(3) :: sym = 1
call SetCartSymmetry(cctkGH, sym, 'wavetoy::phi')
- call SetCartSymmetry(cctkGH, sym, 'wavetoyfreef90::phi_tmp')
end subroutine WaveToyFreeF90_InitSymbound