aboutsummaryrefslogtreecommitdiff
path: root/Tests
Commit message (Collapse)AuthorAge
* Add ApplyToObjectField to Object.mIan Hinder2013-09-13
|
* Add new Object packageIan Hinder2013-09-13
| | | Currently performs no error checking, but this can be added later. The plan is to also add a schema for each class.
* Kranc.mt: Add test for ParameterConditionsIan Hinder2013-09-12
|
* Kranc.mt: Add test cases for pure-analysis thornsIan Hinder2013-09-10
|
* Kranc.mt: Add ODE test caseIan Hinder2013-09-10
|
* Add ClearAllTensors to all testsIan Hinder2013-09-09
|
* Kranc.mt: Add a test for conservation law calculationsIan Hinder2013-09-09
|
* Kranc.mt: Update IfThen test to expect integer 0 not floating point 0. in ↵Ian Hinder2013-09-05
| | | | comparison
* RunTests.m: Allow selection of test suite file to runIan Hinder2013-09-05
| | | Cannot run individual tests yet
* Kranc.mt: Add a SimpleWave testIan Hinder2013-09-05
|
* Kranc.mt: Add some variables useful in several testsIan Hinder2013-09-05
|
* McLachlan.mt: Add CaKernel testIan Hinder2013-09-05
|
* McLachlan.mt: Add DGFE testIan Hinder2013-09-05
|
* McLachlan.mt: Add OpenCL testIan Hinder2013-09-05
|
* McLachlan.mt: Add unvectorised testIan Hinder2013-09-05
|
* McLachlan.mt: Remove 6th and 8th order for speedIan Hinder2013-09-05
|
* McLachlan.mt: Disable some calculations for speedIan Hinder2013-09-05
|
* Tests: Add McLachlan.mtIan Hinder2013-09-05
| | | This exercises a large amount of code, but takes about 2 minutes to run, even with NoSimplify -> True.
* Kranc.mt: Convert existing IfThen test into MUnit frameworkIan Hinder2013-09-05
|
* RunTests.m: Quieten test outputIan Hinder2013-09-05
|
* Add beginnings of unit testsIan Hinder2013-09-05
| | | Currently just the test runner and a simple test which calls CreateThorn with minimal arguments. You will need Wolfram Workbench installed, and my MUnitRunner package from https://bitbucket.org/ianhinder/munitrunner, and "math" on your path. Executing ./RunTests.m from the Tests directory will run the test. Generated thorn output is not yet stored in the repository as I don't know how large it will get. Differences are also not yet checked against any reference files.
* Add test for IfThen factoringIan Hinder2013-07-17
|
* TestTensorTools.m: Correct expected result for PD[u[ua],la] testIan Hinder2012-11-14
| | | The test still fails (see Issue #87).
* TestTensorTools.m: Improve output formattingIan Hinder2012-11-14
|
* Remove TestTensorTools.nbIan Hinder2012-11-14
|
* TestTensorTools.m: Improve report of tests passed and failedIan Hinder2012-11-14
|
* TestTensorTools.m: Add robustness and scriptability functionsIan Hinder2012-11-14
|
* TestTensorTools.m: Fix remaining tests - 1 failsIan Hinder2012-11-14
|
* TestTensorTools.m: Re-enable and fix most testsIan Hinder2012-11-14
| | | The old tests assumed it was possible to have the same tensor kernel with different index positions, and TensorTools has been modified since to prohibit this.
* TestTensorTools.m: Improve formatting of outputIan Hinder2012-11-14
|
* TestTensorTools.m: Make test work as a script, disable some testsIan Hinder2012-11-14
|
* Add TestTensorTools.m (script version of TestTensorTools.nb)Ian Hinder2012-11-14
| | | | Currently just copied in the content unmodified
* TestTensorTools.nb: Add more test casesIan Hinder2011-08-02
| | | | | | - Test expansion of PD - Test expansion of PD[MatrixInverse[…]]
* Add notebook for testing TensorToolsIan Hinder2011-06-12