aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/Thorn.m
Commit message (Expand)AuthorAge
* Thorn.m: Move CreateSetterSource to CodeGenCalculation.mIan Hinder2013-09-09
* Rename CalculationFunction.m to CodeGenCalculation.mIan Hinder2013-09-09
* Thorn.m: Move startup file generation to new CodeGenStartup.mIan Hinder2013-09-09
* Thorn.m: Remove unused 'PrecompMacros' codeIan Hinder2013-09-09
* Thorn.m: Move characteristic multipatch file generation to new Characteristic...Ian Hinder2013-09-09
* Thorn.m: Move MoL code generation to new MoL.mIan Hinder2013-09-09
* Thorn.m: Move symmetries registration file generation to new CodeGenSymmetries.mIan Hinder2013-09-09
* Thorn.m: Move Makefile file generation to new CodeGenMakefile.mIan Hinder2013-09-09
* Thorn.m: Move configuration.ccl file generation to new CodeGenConfiguration.mIan Hinder2013-09-09
* Thorn.m: Move schedule.ccl file generation to new CodeGenSchedule.mIan Hinder2013-09-09
* Thorn.m: Move interface.ccl file generation to new CodeGenInterface.cclIan Hinder2013-09-09
* Thorn.m: Remove commentsIan Hinder2013-09-09
* Thorn.m: Move param.ccl file generation to new CodeGenParam.mIan Hinder2013-09-09
* Thorn.m: Move header function to CodeGenKranc.mIan Hinder2013-09-09
* Thorn.m: Remove duplicated Quote functionIan Hinder2013-09-09
* Thorn.m: Replace whoWhen with simpler header functionIan Hinder2013-09-09
* Thorn.m: Move OpenCL capabilities to OpenCL.mIan Hinder2013-09-07
* Move OpenCL include files to OpenCL.mIan Hinder2013-09-07
* Thorn.m: Move DGFE capabilities code into DGFE.mIan Hinder2013-09-06
* Move details of vectorisation capabilities and include files into Vectorisati...Ian Hinder2013-09-06
* Move many functions from CodeGenCactus.m to new CodeGenKranc.mIan Hinder2013-09-06
* Handle *NoSync cases for READS and WRITES statements in schedule.cclErik Schnetter2013-07-28
* Change indentation of READS and WRITES statements in schedule.cclErik Schnetter2013-07-28
* Simplify STORAGE statements: do not generate if-cascade any moreErik Schnetter2013-07-28
* Use const qualifier before type name, not after type nameErik Schnetter2013-07-28
* Annotate grid functions in calculations with the regions that they read and w...Erik Schnetter2013-04-04
* Thorn.m: Eliminate some code in the case that no symmetries need to be regist...Ian Hinder2012-11-21
* Change format of internal data structure for group storageIan Hinder2012-11-21
* Rename internal MaxTimelevels as TimelevelsParameterIan Hinder2012-11-21
* Thorn.m: Remove unused params argument from groupStorage functionIan Hinder2012-11-21
* Introduce cctk_ash, retire cctk_lsshErik Schnetter2012-07-03
* Thorn.m: Fix single boolean parameters in Conditional statementsIan Hinder2012-04-17
* Thorn.m: Improve new ConditionalIan Hinder2012-03-21
* Add generic Conditional key for calculationsIan Hinder2012-03-21
* Use ThrowError instead of ThrowErik Schnetter2012-02-20
* Thorn.m: Fix problem with cakernel.ccl not being createdIan Hinder2012-02-13
* Only create cakernel.cc if CaKernel is enabled.Barry Wardell2012-02-09
* Merge remote-tracking branch 'origin/cakernel'Barry Wardell2012-02-09
|\
| * Thorn.m: Uncomment TAGS entry in schedule.cclIan Hinder2012-02-03
| * Thorn.m: Rename REQUIRES and PROVIDES to READS and WRITESIan Hinder2012-01-31
| * Support provides/requires statements in the scheduleIan Hinder2012-01-31
| * Add CaKernel configuration.ccl fileIan Hinder2012-01-30
| * Support finite differencing in CaKernelIan Hinder2012-01-27
| * Factor out InitFDVariablesIan Hinder2012-01-26
| * Move SetDataType to Thorn.m and CaKernel.mIan Hinder2012-01-26
| * Move CalculationMacros to CodeGenCactus.mIan Hinder2012-01-26
| * Factor out gridfunction access (phi[index]) functionIan Hinder2012-01-25
| * Factor out looping function and make it a member function of a calculationIan Hinder2012-01-25
| * Pull out the generation of the calculation body function definition into a ca...Ian Hinder2012-01-24
| * Tidy up argument passing for calculation and source file generationIan Hinder2012-01-24