aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use libjpegHEADsvnmasterknarf2010-10-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@130 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Remove empty directoryeschnett2010-06-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@129 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@125 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@124 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@123 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Fix I/O parameter settings.tradke2006-06-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@122 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Added localreduce to activethornsyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@121 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* updating WaveToy thorns to include infinite norm reductionyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@120 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* added norm_inf to the list of norms to reduce phi toyye002006-01-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@119 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* infinite norm result for reduction of phiyye002006-01-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@118 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@117 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@116 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@113 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Adding missing semicolons after the DECLARE macros.goodale2004-09-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@111 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@110 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@109 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Re-instating "zero" as a boundary value, but changed C code to convert thisgoodale2004-05-06
| | | | | | | | | to "scalar" when calling the boundary routines. Fixes PR 1676. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@107 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Rename boundary condition "zero" to "scalar".schnetter2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@106 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Select the boundary conditions in level mode.schnetter2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@105 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Change boundary condition "zero" to "scalar", since "zero" does notschnetter2004-05-05
| | | | | | | exist. Also describe them a bit better. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@104 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Inherit from grid, since it needs to be active to be called.schnetter2004-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@103 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* REQUIRE the boundary aliased functions rather than just (optionally) USE them.tradke2004-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@102 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@100 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@99 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Startup function should return 0schnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@98 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Explicitly check for errors after applying the boundary conditionsschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@97 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Change startup function from returning int to returning voidschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@96 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Make the dependency on the thorns CartGrid3D and/or Boundary explicit.schnetter2003-11-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@95 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Undo my accidental changes.schnetter2003-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@94 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Schedule boundary conditions at postrestrict.schnetter2003-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@93 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Add include statements for cctk_Functions.h where necessary.schnetter2003-10-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@92 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@91 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Changes to use of new boundary infrastructureallen2003-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@90 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Remove unused variablesallen2003-07-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@89 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@88 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Schedule ApplyBCs as ApplyBCs_<ThornName>, to make each instance unique.rideout2003-05-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@87 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Support for new method of handling boundary widths for boundary conditions.rideout2003-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@86 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@85 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Fixed testsuite output files due to a small change in IOASCII 2D output styletradke2003-03-31
| | | | | | | (the x-y columns are transposed now). git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@84 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* New specification for describing aliased functions.rideout2003-02-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@83 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* The radiative boundary condition is now registered under the name "Radiation".rideout2003-02-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@82 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* 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/WaveToyC/trunk@81 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Use new boundary interface.rideout2003-02-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@80 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Fixed testsuite output files (removed fileinfo and copied parfile).tradke2002-11-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@79 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Added IO::out_fileinfo = "none" and IO::parfile_write = "no".tradke2002-11-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@78 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Added a purpose and guessed at the authors.rideout2002-07-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@77 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* adding documenation templatesikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@75 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Use radiation boundary conditions to avoid having boundary values uninitialised.allen2002-06-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@74 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Standardizing all boundary conditions across wavetoy thornsallen2002-05-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@73 90eea020-d82d-4da5-bf6e-4ee79ff7632f
* Adding blank lines to pass testsuite, not sure why I need to do this now.allen2002-05-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyC/trunk@72 90eea020-d82d-4da5-bf6e-4ee79ff7632f