aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove empty directoryHEADsvnmastereschnett2010-07-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@133 4451c3c6-1034-4891-99ea-21147727ccdf
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@129 4451c3c6-1034-4891-99ea-21147727ccdf
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@128 4451c3c6-1034-4891-99ea-21147727ccdf
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@127 4451c3c6-1034-4891-99ea-21147727ccdf
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@126 4451c3c6-1034-4891-99ea-21147727ccdf
* updating WaveToy thorns to include infinite norm reductionyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@125 4451c3c6-1034-4891-99ea-21147727ccdf
* commits to change IOBasic to use the new reduction interface. This breaks ↵yye002005-11-01
| | | | | | the testsuite for testcomplex because of a new reduction scheme for complex numbers. WaveToy1DF77 also fails with inconsistency, failing at 3,7 processors with varying files and differences between them. Currently investigating these failurse in detail. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@124 4451c3c6-1034-4891-99ea-21147727ccdf
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@123 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@118 4451c3c6-1034-4891-99ea-21147727ccdf
* Adding more verbose descriptions of the parameters as per Erik's recentgoodale2004-05-06
| | | | | | | commit to the param.ccl in WaveToyC. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@117 4451c3c6-1034-4891-99ea-21147727ccdf
* Making these all consistent with the WaveToyC interface.ccl.goodale2004-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@116 4451c3c6-1034-4891-99ea-21147727ccdf
* Schedule boundary condition selection in level mode.schnetter2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@115 4451c3c6-1034-4891-99ea-21147727ccdf
* REQUIRE the boundary aliased functions rather than just (optionally) USE them.tradke2004-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@114 4451c3c6-1034-4891-99ea-21147727ccdf
* Remove terminating semicolons; they are not necessary in Fortranschnetter2004-04-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@113 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@111 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@110 4451c3c6-1034-4891-99ea-21147727ccdf
* Fix test suite.schnetter2004-03-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@109 4451c3c6-1034-4891-99ea-21147727ccdf
* Startup functions should return 0schnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@108 4451c3c6-1034-4891-99ea-21147727ccdf
* Do not return a value from the scheduled startup functionschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@107 4451c3c6-1034-4891-99ea-21147727ccdf
* Update Robin boundary condition test case. The previous results wasschnetter2003-11-20
| | | | | | | seemingly wrong. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@106 4451c3c6-1034-4891-99ea-21147727ccdf
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@105 4451c3c6-1034-4891-99ea-21147727ccdf
* Schedule boundary conditions at postrestrict.schnetter2003-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@104 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@103 4451c3c6-1034-4891-99ea-21147727ccdf
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@102 4451c3c6-1034-4891-99ea-21147727ccdf
* Fix non-f77 comparison to be f77allen2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@101 4451c3c6-1034-4891-99ea-21147727ccdf
* Changes to use of new boundary infrastructureallen2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@100 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@99 4451c3c6-1034-4891-99ea-21147727ccdf
* Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.rideout2003-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@98 4451c3c6-1034-4891-99ea-21147727ccdf
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@97 4451c3c6-1034-4891-99ea-21147727ccdf
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@96 4451c3c6-1034-4891-99ea-21147727ccdf
* Remove debugging print statement.rideout2003-03-26
| | | | | | | Fixes CactusWave/1455. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@95 4451c3c6-1034-4891-99ea-21147727ccdf
* No longer need to initialize memory to zero with PUGH.rideout2003-02-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@94 4451c3c6-1034-4891-99ea-21147727ccdf
* Function aliased routines are now called as functions from Fortran.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@93 4451c3c6-1034-4891-99ea-21147727ccdf
* Include aliased functions, which now work from Fortran.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@92 4451c3c6-1034-4891-99ea-21147727ccdf
* The radiative boundary condition is now registered under the name "Radiation".rideout2003-02-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@91 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@90 4451c3c6-1034-4891-99ea-21147727ccdf
* Modified to use new boundary interface.rideout2003-02-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@89 4451c3c6-1034-4891-99ea-21147727ccdf
* adding documenation templatesikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@87 4451c3c6-1034-4891-99ea-21147727ccdf
* Standardizing all boundary conditions across wavetoy thornsallen2002-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@86 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@85 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@83 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@81 4451c3c6-1034-4891-99ea-21147727ccdf
* Fixed testsuite output files after bugfix in PUGHReduce.tradke2001-10-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@80 4451c3c6-1034-4891-99ea-21147727ccdf
* Fixing active thorns listsallen2001-09-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@79 4451c3c6-1034-4891-99ea-21147727ccdf
* Wavetoy inherits from Grid and Boundary.tradke2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@78 4451c3c6-1034-4891-99ea-21147727ccdf
* Output files for new Robin BC code.tradke2001-06-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@77 4451c3c6-1034-4891-99ea-21147727ccdf
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@76 4451c3c6-1034-4891-99ea-21147727ccdf
* Temporarily initialize all allocated memory to zerotradke2001-05-14
| | | | | | | until the boundary conditions are fixed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@74 4451c3c6-1034-4891-99ea-21147727ccdf
* 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/WaveToyF77/trunk@73 4451c3c6-1034-4891-99ea-21147727ccdf
* Updating timelevel names, and some formatting changes.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@72 4451c3c6-1034-4891-99ea-21147727ccdf