aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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/WaveToyF90/trunk@100 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Remove terminating semicolons; they are not necessary in Fortranschnetter2004-04-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@95 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 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/WaveToyF90/trunk@92 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Removing use of cctk f90 module, which is being moved out of the fleshgoodale2004-02-05
| | | | | | | | | into a thorn. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@91 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Add "use cctk" statement to allow the Fortran compiler to check for errorsschnetter2004-01-29
| | | | | | | in calls to the flesh. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@90 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Startup functions should return 0schnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@89 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Do not return a value from the scheduled startup functionschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@88 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@85 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Changes to use of new boundary infrastructureallen2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@83 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@81 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Function aliased routines are now called as functions from Fortran.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@79 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* The radiative boundary condition is now registered under the name "Radiation".rideout2003-02-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@77 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Modify to use the new boundary interface.rideout2003-02-14
| | | | | | | | | | Added some useful comments. Commented out face specific calls, as these are not yet possible under the new interface. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@75 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* check all boundary condition return codes for errorsallen2002-08-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@74 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Standardizing all boundary conditions across wavetoy thornsallen2002-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@71 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Updating timelevel names, and some formatting changes.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@60 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Fixed bug in comment statementallen2001-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@56 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Making the call to do zero boundary conditions use new directionalallen2001-01-17
| | | | | | | boundary conditions, and new testsuite to test it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@55 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Updated boundary condition callsallen2000-07-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@49 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Some f90 compilers (e.g. NEC) don't like REAL*8 :: , i.e. a mixgoodale2000-05-16
| | | | | | | | | of f77 and f90. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@46 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 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/WaveToyF90/trunk@45 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 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/WaveToyF90/trunk@43 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 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/WaveToyF90/trunk@42 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 60% more MFlop/sgoodale2000-03-28
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@41 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Replacing CCTK_CARGUMENTS with CCTK_ARGUMENTS etc and some tidyingallen2000-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@38 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Changed C startup routines to Fortran so we have a test ofgoodale2000-02-17
| | | | | | | | | | | Fortran startup routines, and also the thorns are now uni-language and provide examples of how to write a Fortran startup routine. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@37 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@34 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* use DECLARE_CCTK_FUNCTIONSlanfer2000-01-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@31 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Fixing various things pointed out by compiling with -Wall.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@29 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Various things pointed out by running Insure on the code. Normallygoodale1999-10-26
| | | | | | | | | | harmless things like not returning a value, but a rather subtle memory leak in one place too. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@27 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* using the new boundary interface with Wavetoylanfer1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@25 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Restructuring a litteallen1999-09-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@22 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Mainly changing to new IO parameters and synchronising routinesallen1999-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@18 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Fixing radiation boundary conditionsallen1999-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@17 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* added add. argument in RadBClanfer1999-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@16 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Design changesallen1999-09-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@15 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Adding error codes for boundary routinesallen1999-09-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@13 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Removing initial data and setting timestep, these jobs are in theirallen1999-09-04
| | | | | | | own thorns now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@12 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* A lot of parameter name changes, especially for IOallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@5 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* This commit was generated by cvs2svn to compensate for changes in r2, whichallen1999-07-29
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@3 f80f6fb6-8356-4fd4-90bc-d84ad503c100