aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
Commit message (Collapse)AuthorAge
* CarpetProlongateTest: Correct test case parameter filesErik Schnetter2011-12-14
|
* CarpetProlongateTest: Disable debug outputErik Schnetter2011-12-14
|
* CarpetProlongateTest: Test interpolation as wellErik Schnetter2011-12-14
| | | | | | | | Add a routine that interpolates to a grid array, testing whether interpolation (including time interpolation) works correctly. Add a test case for 3rd order spatial and 2nd order temporal interpolation.
* CarpetProlongateTest: Expand thorn, add many test casesErik Schnetter2011-12-14
| | | | Test vertex centred and cell centred prolongation operators.
* Nirvana: Update library and Modernise scriptErik Schnetter2011-12-14
|
* ReductionTest: Use GRHydro instead of WhiskyErik Schnetter2011-12-14
|
* TestCarpetGridInfo: Update for "recent" changes in CarpetErik Schnetter2011-12-14
|
* CarpetProlongateTest: New thorn to test prolongation operatorsErik Schnetter2011-12-14
|
* Backed out changeset 1b5c07de6243Erik Schnetter2011-12-14
|
* CarpetReduce: Remove unused variable "mask"Erik Schnetter2011-12-14
|
* Nirvana: New thorn to distribute Nirvana libraryErik Schnetter2011-12-14
|
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* Carpet/*/test/: also activate thorn LoopControl (required by CarpetReduce) ↵Thomas Radke2008-10-30
| | | | in testsuite parfiles
* TestCarpetGridInfo: New thornErik Schnetter2008-03-19
|
* RegridSyncTest: Add parameter fileErik Schnetter2008-03-01
|
* New thorn CarpetExtra/ReductionTest2Erik Schnetter2008-03-01
|
* New thorn CarpetExtra/ReductionTestErik Schnetter2008-03-01
|
* CarpetIntegrateTest: Add additional parameter filesErik Schnetter2008-03-01
|
* CarpetIntegrateTest: Correct prototyp of scheduled functionsErik Schnetter2008-03-01
|
* CarpetIntegrateTest: Activate InitBaseErik Schnetter2008-01-14
| | | | | | | | Activate thorn InitBase. Use modern parameters to choose buffer width. darcs-hash:20080114153314-dae7b-c752b45cda4f9325b3ce5dbe687ae5fc21cdf485.gz
* CarpetIntegrateTest: Remove $Header$ commentsErik Schnetter2008-01-14
| | | | darcs-hash:20080114153255-dae7b-9774a505debb005f80075e4bf6a3015bbd0ba658.gz
* WaveToyMoL: Correct grid spacing indexing errorErik Schnetter2007-11-07
| | | | darcs-hash:20071107141347-dae7b-e2157d07048e20139f64726196bd1b4269794d9c.gz
* RegridSyncTest: New routine that does nothing but syncing.cott2007-05-15
| | | | darcs-hash:20070515013350-fff0f-fed86411ecaf7ccc47c32b0c6829078be2c4932d.gz
* RegridSyncTest: Forced output in PostRegridcott2007-05-15
| | | | | | Added output of test GF via CCTK_OutputVarAsByMethod in POSTREGRID. darcs-hash:20070515012529-fff0f-3683c4b5c180e2520906aee8aafdbdc10d779ca9.gz
* RegridSyncTest: Initialise the current time level in the evol binErik Schnetter2007-05-13
| | | | | | Initialise the current time level in the evol bin. darcs-hash:20070513040155-dae7b-4c5c55c32752b32f2bd98a1adb701574de7b65f9.gz
* RegridSyncTest: Remove $Header$ commentsErik Schnetter2007-05-13
| | | | darcs-hash:20070513040122-dae7b-70072ce588b40ed361f1c2026264a48bae0d5336.gz
* Carpet*/test: specify the number of processors to run testsuitesThomas Radke2007-01-18
| | | | | | | | Some testsuites in the thorns listed above have CarpetIOASCII output files that were generated on a specific number of processors; tell the testsuite script that these testsuites should be run only on that number of processors. darcs-hash:20070118115525-776a0-d385bb56c7d17e00ad6ef2af805093f968e7c620.gz
* CarpetCCTest: New example thorn to test cell centeringErik Schnetter2007-01-15
| | | | darcs-hash:20070115162048-dae7b-012fb27fb4b9de872980b67f9a03175e2a33c091.gz
* CarpetExtra: Remove arrangement copyright noticeErik Schnetter2007-01-12
| | | | | | | Remove arrangement copyright notice. Instead, each thorn should have a copyright notice. darcs-hash:20070112191931-dae7b-9676d0717ae3283461a2a89c87c08a6ed67dea43.gz
* CarpetRegridTest: Remove CVS $Header:$ commentsErik Schnetter2007-01-12
| | | | | | | | Remove CVS $Header:$ comments. Correct prototype of CarpetRegridTest_Startup. darcs-hash:20070112191613-dae7b-4ebb8acef9b3a6e1a26923b10ce30afcfaa0193b.gz
* IDScalarWaveFO: Use double precison when calling random_numberErik Schnetter2007-01-12
| | | | | | | | Create random numbers explicitly in a double precision variable, since gfortran does not support yet higher precisions for the intrinsic random_number. darcs-hash:20070112191430-dae7b-bf8b0a500cbf4770b588f4c4a2efa0de972934d6.gz
* IDScalarWaveFO: converted initialdata.F77 to initialdata.F90Thomas Radke2006-11-28
| | | | | | | The source file initialdata.F77 calls a standard Fortran90 routine random_number(). darcs-hash:20061128122009-776a0-ff7fd11962d1c4582ce0995e2fdd0c41038e619e.gz
* CarpetIntegrateTest: fix testsuite parfilesThomas Radke2006-11-28
| | | | | | | | | | This patch fixes the CarpetIntegrateTest's testsuite parfiles but not (yet) the testsuites themselfs: * use CarpetIOBasic + CarpetIOScalar instead of IOBasic * use IO::out_fileinfo = "none" darcs-hash:20061128102016-776a0-550acca2ad7371105d91661d61a100743e5f3726.gz
* CarpetRegridTest: fix C++ comment in a C source fileThomas Radke2006-09-27
| | | | darcs-hash:20060927154950-776a0-702e612ea729b356b7c666839ba67921effe5038.gz
* RegridSyncTest: New thornErik Schnetter2006-04-17
| | | | | | Add a debugging thorn to test synchronisation with progressive mesh refinement. darcs-hash:20060417222827-dae7b-f1356400e653649280494169c762eaa0528c43cc.gz
* IDScalarWaveMoL: Add initial data "level index"Erik Schnetter2006-02-25
| | | | | | | | Add a new kind of initial data "level index", which fills each refinement levels with its refinement level index. This is good for testing. darcs-hash:20060225204907-dae7b-8b2c03bbb0b9293690ae8d18785b89f0e490acff.gz
* WaveToyMoL: Set the symmetry information for psiErik Schnetter2006-02-25
| | | | darcs-hash:20060225165338-dae7b-4a701d18bc249c116c5715902875c340c91407b3.gz
* CarpetExtra: Correct the email address of the Cactus TesmErik Schnetter2005-11-19
| | | | | | Change <cactus@cactuscode.org> to <cactusmaint@cactuscode.org>. darcs-hash:20051119214211-dae7b-fe429d1717c09be397ad83dc7687caad315f9f87.gz
* WaveToyMoL: Support 4th order differencingErik Schnetter2005-05-08
| | | | darcs-hash:20050508171319-891bb-48b570b6edcaa6409e931ef41afbc6049bcbb039.gz
* IDScalarWaveMoL: Add initial data type "Gaussian"Erik Schnetter2005-05-01
| | | | darcs-hash:20050501171548-891bb-71cad901294c978432e36baf96614c8a506802bd.gz
* WaveToyMoL: Add tensor type tags to group function definitionsErik Schnetter2005-05-01
| | | | darcs-hash:20050501171503-891bb-c617bbd1f2aa60c0a485decede79fd1726d7938c.gz
* CarpetExtra: Update email addressesErik Schnetter2005-05-01
| | | | darcs-hash:20050501171441-891bb-e3bd032405e7ce098c187bee0fe71b5c5a4fcd5e.gz
* CarpetExtra: Remove CVS Header tagsErik Schnetter2005-05-01
| | | | darcs-hash:20050501171408-891bb-88d9767ca1463461015549f773f56004eae0dd3c.gz
* FOWaveToyF77: do not inherit from IDFOScalarWaveErik Schnetter2005-04-09
| | | | darcs-hash:20050409185109-891bb-f9d76b8e9811534cbdc1b8b1b8f06525dfdfa9b9.gz
* Add reduction test case with time-dependent integrandErik Schnetter2004-09-21
| | | | darcs-hash:20040921185620-891bb-3d85cb90d965452d51251e94e4e0d7bab305e7cd.gz
* Allow time-dependent integrands in CarpetIntegrateTestErik Schnetter2004-09-21
| | | | darcs-hash:20040921185550-891bb-824c338b0b0a9d6fdf49b2a489b279b53d39e786.gz
* Schedule integrand calculation correctlyErik Schnetter2004-09-21
| | | | | | Evolved variables have to be calculated in the EVOL bin. darcs-hash:20040921185444-891bb-3016d776939c554f92faa3cd893093728d6c0360.gz
* Do not initialise past time levels in regridding test caseErik Schnetter2004-09-21
| | | | darcs-hash:20040921161337-891bb-5409ecfde09e5d3c4198dc71ed9c084faf5ef9e9.gz
* Minor cleanup in regridding test caseErik Schnetter2004-09-21
| | | | darcs-hash:20040921161310-891bb-8c74e61f74c1641fff4e3ca3c665af9bda2487a7.gz
* Update reduction test caseErik Schnetter2004-09-21
| | | | | | Use more than one iteration for the reduction test case. darcs-hash:20040921161219-891bb-d60b05f0ab564ac5935986c42b30b89d81e559a6.gz