aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Convert "zero" boundary condition to "scalar" boundary condition, asschnetter2007-01-31
| | | | | | | | is done in WaveToyC. (The code intended to do that, but contained an error.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@88 50555cc7-fb31-491a-85db-9a2874240742
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@81 50555cc7-fb31-491a-85db-9a2874240742
* Adding missing semicolons after the DECLARE macros.goodale2004-09-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@79 50555cc7-fb31-491a-85db-9a2874240742
* Renamed local variable 'index' to 'vindex' to get rid of gcc compiler warningstradke2004-06-21
| | | | | | | about naming variables after global functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@78 50555cc7-fb31-491a-85db-9a2874240742
* Making WaveToy versions more consistent. This change also fixes the buggoodale2004-05-06
| | | | | | | | in some of the implementations whereby "zero" rather than "scalar" was passed to the boundary condition routines - PR 1676. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@76 50555cc7-fb31-491a-85db-9a2874240742
* Do not explicitly apply the symmetry boundary conditions any more.schnetter2004-03-09
| | | | | | | Activate SymBase thorn in all parameter files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@69 50555cc7-fb31-491a-85db-9a2874240742
* Startup function should return 0schnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@68 50555cc7-fb31-491a-85db-9a2874240742
* Do not return a value from the scheduled startup functionschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@67 50555cc7-fb31-491a-85db-9a2874240742
* Add include statements for cctk_Functions.h where necessary.schnetter2003-10-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@63 50555cc7-fb31-491a-85db-9a2874240742
* Changes to use of new boundary infrastructureallen2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@61 50555cc7-fb31-491a-85db-9a2874240742
* Setting keyword parameter bound to "none" no longer selects phi forrideout2003-05-15
| | | | | | | | | | the "None" boundary condition, so that other thorns can select phi for their own favorite boundary condition. Fixes SampleBoundary testsuite. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@60 50555cc7-fb31-491a-85db-9a2874240742
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@58 50555cc7-fb31-491a-85db-9a2874240742
* The radiative boundary condition is now registered under the name "Radiation".rideout2003-02-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@55 50555cc7-fb31-491a-85db-9a2874240742
* Modified to use new boundary interface.rideout2003-02-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@53 50555cc7-fb31-491a-85db-9a2874240742
* Standardizing all boundary conditions across wavetoy thornsallen2002-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@49 50555cc7-fb31-491a-85db-9a2874240742
* Updating timelevel names, and some formatting changes.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@37 50555cc7-fb31-491a-85db-9a2874240742
* Beta 8 name changesallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@31 50555cc7-fb31-491a-85db-9a2874240742
* New names for macros calling fortran from Callen2000-05-10
| | | | | | | | Fixing names of deprecated symmetry boundary condition routines which will be removed now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@28 50555cc7-fb31-491a-85db-9a2874240742
* CCTK_FILEVERSION was declared twice in here.tradke2000-04-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@26 50555cc7-fb31-491a-85db-9a2874240742
* Removed explicit calls to sync and boundaries. Now the syncing isgoodale2000-04-19
| | | | | | | | | done via the schedular. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@25 50555cc7-fb31-491a-85db-9a2874240742
* Suppressing rcsid warning.goodale2000-04-18
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@24 50555cc7-fb31-491a-85db-9a2874240742
* removing warningslanfer2000-04-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@23 50555cc7-fb31-491a-85db-9a2874240742
* Changed to use timelevels - thanks for putting the rotation in PUGH Ed.goodale2000-03-29
| | | | | | | | | | | 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/WaveToyCXX/trunk@22 50555cc7-fb31-491a-85db-9a2874240742
* 60% more MFlop/sgoodale2000-03-28
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@21 50555cc7-fb31-491a-85db-9a2874240742
* Replacing CCTK_CARGUMENTS with CCTK_ARGUMENTS etc and some tidyingallen2000-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@19 50555cc7-fb31-491a-85db-9a2874240742
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
| | | | | | | automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@16 50555cc7-fb31-491a-85db-9a2874240742
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@15 50555cc7-fb31-491a-85db-9a2874240742
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@13 50555cc7-fb31-491a-85db-9a2874240742
* Startup routines return a value.goodale1999-10-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@8 50555cc7-fb31-491a-85db-9a2874240742
* using the new boundary interface with Wavetoylanfer1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@7 50555cc7-fb31-491a-85db-9a2874240742
* Brought into sync with the other wavetoys and added a test suite.goodale1999-10-11
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@3 50555cc7-fb31-491a-85db-9a2874240742
* WaveToy in C++werner1999-10-11
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@2 50555cc7-fb31-491a-85db-9a2874240742