aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Adding PUGHReduce to ActiveThornsallen2000-11-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@52 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Updated ACtiveThornsallen2000-07-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@50 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
* Added to ActiveThornsallen2000-07-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@48 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
* Bug fixesallen2000-03-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@40 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* schedule Evolution as WaveToy_Evolutionlanfer2000-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@39 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
* Updated copyright statements. Should probably change these to LGPL, butgoodale2000-02-08
| | | | | | | | | | in the meantime have made it clear that other thorns aren't contaminated by the GPL on these thorns. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@35 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
* Removing COMMallen2000-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@33 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Fixing typo in parameter nameallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@32 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
* Fixing up par filesallen1999-09-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@21 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Updated parameter filesallen1999-09-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@20 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* New rad bound test suiteallen1999-09-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@19 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
* More tidying of parameter filesallen1999-09-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@14 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
* fixed parameters fileslanfer1999-08-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@11 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* COPYRIGHT statementsallen1999-07-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@9 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Final changes to make filesallen1999-07-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@8 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Parameter file conversions and READMEsallen1999-07-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@6 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
* Standard project directories initialized by cvs2svn.(no author)1999-07-29
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@1 f80f6fb6-8356-4fd4-90bc-d84ad503c100