aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@93 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
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@87 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Apply boundary conditions at postrestrict.schnetter2003-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@86 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
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@84 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
* Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.rideout2003-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@82 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
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@80 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
* Include aliased functions, which now work from Fortran.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@78 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
* ApplyBCs must be scheduled after WaveToy_Boundaries, sincerideout2003-02-15
| | | | | | | WaveToy_Boundaries selects vars for boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@76 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
* adding documenation templatesikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@72 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
* Fixed I/O parameter names and set 'IO::new_filename_scheme = "no"'tradke2002-05-06
| | | | | | | to make the testsuites pass again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@70 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Updating storage statements to specify that these routines requiregoodale2002-04-16
| | | | | | | | | storage for three timelevels as per the new schedule.ccl stuff. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@68 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Changing Gaussian initial data for the scalar wave equation to be time symmetricallen2001-12-04
| | | | | | | Unfortunately changes all testsuites. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@66 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Fixing active thornsallen2001-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@65 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Wavetoy inherits from Grid and Boundary.tradke2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@64 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@63 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Removed all testsuites which don't apply any boundary conditions, sincetradke2001-05-04
| | | | | | | the values at the boundaries are never set. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@62 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
* Set the IO::out_fileinfo parameter to "none" to omit file info outputtradke2001-03-26
| | | | | | | to testsuite output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@59 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Added PUGHReduce to the ActiveThorns list.tradke2001-01-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@58 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* Adding testsuites for different boundary conditionsallen2001-01-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@57 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
* Updatingallen2000-11-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@53 f80f6fb6-8356-4fd4-90bc-d84ad503c100
* 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