aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/KrancThorn.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: 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
* KrancThorn.m: Process OpenCL differencing header in OpenCL.mIan Hinder2013-09-07
* Use const qualifier before type name, not after type nameErik Schnetter2013-07-28
* Compare Cactus group names case-independentlyErik Schnetter2012-12-10
* KrancThorn.m: Ensure that conservation calculations have required entriesIan Hinder2012-11-14
* Add ParameterConditions option for CreateThornIan Hinder2012-11-14
* KrancThorn.m: Only generate hybrid code if UseCaKernel is TrueIan Hinder2012-04-25
* Add option GenerateHostCode for generating CPU and GPU code simultaneouslyIan Hinder2012-04-17
* Switch to new dynamically compiled CaKernel templateIan Hinder2012-04-11
* KrancThorn.m: Add calls to derivative splitting codeIan Hinder2012-04-03
* Add SplitBy option to calculations to split calculations up by variableIan Hinder2012-04-02
* Make CaKernel tile size a CreateThorn optionIan Hinder2012-03-22
* KrancThorn.m: Generate MoL registration even for CaKernel thornsIan Hinder2012-02-11
* Only create cakernel.cc if CaKernel is enabled.Barry Wardell2012-02-09
* Merge remote-tracking branch 'origin/piraha'Barry Wardell2012-02-09
|\
| * Add a thorn-global Shorthands optionIan Hinder2012-01-27
* | Merge remote-tracking branch 'origin/cakernel'Barry Wardell2012-02-09
|\ \
| * | Allow calculations to occur either on the host or the deviceIan Hinder2012-02-02
| * | Don't use MoL for CaKernel thornsIan Hinder2012-02-02
| * | Set requirements correctly for OpenCLErik Schnetter2012-01-31
| * | KrancThorn.m: Move computation of allParams to before it is usedIan Hinder2012-01-30
| * | Compute CaKernel stencil size from calculationIan Hinder2012-01-27
| * | Use correct filename for CaKernel code fileIan Hinder2012-01-26
| * | Call CreateCalculationFunction for CaKernel source filesIan Hinder2012-01-24
| * | Tidy up argument passing for calculation and source file generationIan Hinder2012-01-24
| * | Add the CaKernel "auto-generated" epilogue to schedule.ccl and make.code.defnIan Hinder2012-01-24
| * | Create an outline of a CaKernel code fileIan Hinder2012-01-23
| * | Generate basic cakernel.ccl fileIan Hinder2012-01-23
| |/
* | Merge remote-tracking branch 'origin/dgfe'Barry Wardell2012-02-04
|\ \ | |/ |/|
| * Improve formatting of generated codeErik Schnetter2011-12-29
| * Set requirements correctly for OpenCLErik Schnetter2011-12-18
* | KrancThorn.m: Don't generate certain code unless we have ConservationCalculat...Ian Hinder2012-01-23
* | Merge branch 'hydro'Ian Hinder2012-01-22
|\ \ | |/ |/|
| * KrancThorn.m: Fix messed up mergeIan Hinder2011-06-04
| * Merge remote-tracking branch 'origin/master' into hydroIan Hinder2011-06-03
| |\
| * | Temporary commitIan Hinder2011-06-03
| * | KrancThorn.m: Expand primitive and conserved equationsIan Hinder2010-10-01
| * | KrancThorn.m: Pass thornName to ProcessConservationCalculationIan Hinder2010-10-01
| * | KrancThorn.m: Remove debugging codeIan Hinder2010-10-01
| * | KrancThorn.m: Read parameters to use from ConservationCalculationIan Hinder2010-10-01
| * | KrancThorn.m: Calls into ConservationCalculation package to generate code for...Ian Hinder2010-10-01
* | | Add ability to evolve ODEs in calculationsHal Finkel2011-11-01
* | | Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.mIan Hinder2011-10-07
* | | Add support for generating OpenCL codeErik Schnetter2011-09-29