aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Correct indexing errorHEADsvnmastereschnett2011-09-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@63 b9286e40-80fe-41ab-903a-d6b447012e1e
* correct testsuiteknarf2010-11-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@59 b9286e40-80fe-41ab-903a-d6b447012e1e
* correct testsuite after last update. The testsuite succeeds before last ↵knarf2010-11-03
| | | | | | update, but clearly shows incorrect evolution data. That bug was fixed with the last source update, but the testsuite was not updated at the same time - doing this now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@58 b9286e40-80fe-41ab-903a-d6b447012e1e
* Correct and clean up WaveBinarySource:schnetter2009-12-05
| | | | | | | | | | | | | | | | | | Multiply the RHS with the time step size. Use the correct time when evaluating the RHS. Use the correct time step size on refined levels. Place the sources at z=0 instead of at the center of the domain. This is relevant for bitant mode, where the sources should still be at z=0, not at the center of the simulated domain. Remove complex logic to determine which processors should apply the source term; instead, apply it on all processors. Small other cleanups. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@57 b9286e40-80fe-41ab-903a-d6b447012e1e
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@53 b9286e40-80fe-41ab-903a-d6b447012e1e
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@52 b9286e40-80fe-41ab-903a-d6b447012e1e
* use correct latex package in documentationknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@51 b9286e40-80fe-41ab-903a-d6b447012e1e
* updating WaveToy thorns to include infinite norm reductionyye002006-01-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@50 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@49 b9286e40-80fe-41ab-903a-d6b447012e1e
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@48 b9286e40-80fe-41ab-903a-d6b447012e1e
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@44 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@43 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@40 b9286e40-80fe-41ab-903a-d6b447012e1e
* Fix typo.schnetter2003-10-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@39 b9286e40-80fe-41ab-903a-d6b447012e1e
* CardGrid3D now inherits from CoordBaserideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@38 b9286e40-80fe-41ab-903a-d6b447012e1e
* I forgot to commit new testsuite results after changing the accuracy of Piallen2002-08-19
| | | | | | | in this thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@37 b9286e40-80fe-41ab-903a-d6b447012e1e
* Included style suggestions from Erik Schnetter (Cactus/1104)allen2002-06-29
| | | | | | | | | Used a more accurate representation of pi (hence new testsuite files) Wrote some minimal documentation git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@36 b9286e40-80fe-41ab-903a-d6b447012e1e
* adding documenation templatesikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@34 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@33 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@31 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@29 b9286e40-80fe-41ab-903a-d6b447012e1e
* Fixed testsuite using default initial data from IDScalarWave.tradke2001-10-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@28 b9286e40-80fe-41ab-903a-d6b447012e1e
* Fixed compiler warnings.tradke2001-10-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@27 b9286e40-80fe-41ab-903a-d6b447012e1e
* Unconditionally schedule routine WaveBinaryC.tradke2001-10-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@26 b9286e40-80fe-41ab-903a-d6b447012e1e
* WaveBinarySource doesn't extend 'idscalarwave::initial_data' anymoretradke2001-10-16
| | | | | | | because it doesn't set up initial data. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@25 b9286e40-80fe-41ab-903a-d6b447012e1e
* Added Boundary to the ActiveThorns list.tradke2001-07-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@24 b9286e40-80fe-41ab-903a-d6b447012e1e
* Adding missing thorns to ActiveThorns parameter.goodale2001-05-22
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@23 b9286e40-80fe-41ab-903a-d6b447012e1e
* Fixed gcc warnings.tradke2001-05-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@22 b9286e40-80fe-41ab-903a-d6b447012e1e
* Temporarily initialize all allocated memory to zerotradke2001-05-14
| | | | | | | until the boundary conditions are fixed. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@20 b9286e40-80fe-41ab-903a-d6b447012e1e
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@19 b9286e40-80fe-41ab-903a-d6b447012e1e
* Addiing CCTK_FILEVERSIONallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@18 b9286e40-80fe-41ab-903a-d6b447012e1e
* Updating timelevel names, and some formatting changes.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@17 b9286e40-80fe-41ab-903a-d6b447012e1e
* 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/WaveBinarySource/trunk@16 b9286e40-80fe-41ab-903a-d6b447012e1e
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@14 b9286e40-80fe-41ab-903a-d6b447012e1e
* Adding PUGHReduce to ActiveThornsallen2000-11-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@13 b9286e40-80fe-41ab-903a-d6b447012e1e
* bug fix: ghostzones not treated properlylanfer2000-08-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@12 b9286e40-80fe-41ab-903a-d6b447012e1e
* test with proper timelevel treatmentlanfer2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@10 b9286e40-80fe-41ab-903a-d6b447012e1e
* adding sources to the the next itimelevel phi_n since running after evolutionlanfer2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@9 b9286e40-80fe-41ab-903a-d6b447012e1e
* renaming private parameters since thorn was renamedlanfer2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@8 b9286e40-80fe-41ab-903a-d6b447012e1e
* removing cctk_origin_spacelanfer2000-07-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@7 b9286e40-80fe-41ab-903a-d6b447012e1e
* binary testsuitelanfer2000-07-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@6 b9286e40-80fe-41ab-903a-d6b447012e1e
* new CoordRange Syntaxlanfer2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@5 b9286e40-80fe-41ab-903a-d6b447012e1e
* binarysource needs idscalarwavelanfer2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@4 b9286e40-80fe-41ab-903a-d6b447012e1e
* BinarySources in C: IDBinarySourceClanfer2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@2 b9286e40-80fe-41ab-903a-d6b447012e1e
* Standard project directories initialized by cvs2svn.(no author)2000-07-14
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@1 b9286e40-80fe-41ab-903a-d6b447012e1e