aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAge
* Add CaKernel functions to interface.cclIan Hinder2012-02-01
* CaKernel.m: Remove CopyFromDev function in schedule.cclIan Hinder2012-02-01
* Schedule.m: Change schedule tag from OpenCL to DeviceIan Hinder2012-02-01
* Calculation.m: Add parameters used in partial derivative definitions to GetCa...Ian Hinder2012-02-01
* Thorn.m: Rename REQUIRES and PROVIDES to READS and WRITESIan Hinder2012-01-31
* Set requirements correctly for OpenCLErik Schnetter2012-01-31
* Support provides/requires statements in the scheduleIan Hinder2012-01-31
* CaKernel.m: Undefine macro before redefining itIan Hinder2012-01-30
* CaKernel.m: Don't cache variablesIan Hinder2012-01-30
* CaKernel.m: Handle parameters in cakernel.ccl fileIan Hinder2012-01-30
* CaKernel.m: Remove unused epilogue functionIan Hinder2012-01-30
* Add CaKernel configuration.ccl fileIan Hinder2012-01-30
* Schedule.m: Don't add epilogue to schedule filesIan Hinder2012-01-30
* KrancThorn.m: Move computation of allParams to before it is usedIan Hinder2012-01-30
* Calculation.m: Add GetCalculationParametersIan Hinder2012-01-30
* Support finite differencing in CaKernelIan Hinder2012-01-27
* Compute CaKernel stencil size from calculationIan Hinder2012-01-27
* CalculationFunction.m: Eliminate t magicIan 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
* Remove unused DeclareFDVariablesIan Hinder2012-01-26
* CaKernel.m: Define KRANC_CIan Hinder2012-01-26
* Use correct filename for CaKernel code fileIan Hinder2012-01-26
* Schedule CaKernel_CopyFromDevIan Hinder2012-01-26
* CaKernel.m: Don't use _s macrosIan Hinder2012-01-26
* CodeGenCactus.m: Allow general blocks in CCLBlock argumentsIan Hinder2012-01-26
* CaKernel.m: Add quoting to cakernel.ccl and set number of threads to 8x8x8Ian Hinder2012-01-26
* CaKernel.m: Include Kranc headers and define CCTK_GFINDEX3D macroIan Hinder2012-01-25
* 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
* CaKernel.m: Delete old codeIan Hinder2012-01-25
* Call CreateCalculationFunction for CaKernel source filesIan Hinder2012-01-24
* CalculationFunction.m: Make the generation of a "caller" function dependent o...Ian Hinder2012-01-24
* 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
* MapLookup.m: Use DefFn for lookupIan Hinder2012-01-24
* CaKernel.m: Simplify macros in code file and implement rudimentary equation-...Ian Hinder2012-01-24
* Thorn.m: Correct typoIan Hinder2012-01-24
* Calculation.m: Apply a Union in AllGridFunctionsIan Hinder2012-01-24
* Calculation.m: Make GetEquations externally visibleIan Hinder2012-01-24
* Schedule.m: Name the calculation according to CaKernel conventionIan Hinder2012-01-24
* Add the CaKernel "auto-generated" epilogue to schedule.ccl and make.code.defnIan Hinder2012-01-24
* CaKernel.m: Formatting changeIan Hinder2012-01-24
* CaKernel.m: Fix whitespaceIan Hinder2012-01-23
* Create an outline of a CaKernel code fileIan Hinder2012-01-23
* Calculation.m: Add GetCalculationNameIan Hinder2012-01-23
* Generate basic cakernel.ccl fileIan Hinder2012-01-23
* Calculation.m: New file for providing an abstraction over calculationsIan Hinder2012-01-23
* CodeGenCactus.m: Add CCLBlock functionIan Hinder2012-01-23