aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add output for ODE variables to simplewaveode_sine.parIan Hinder2011-11-01
* Add ability to evolve ODEs in calculationsHal Finkel2011-11-01
* Merge branch opencl into masterIan Hinder2011-10-28
|\
| * Errors.m: Use Print instead of PrintStructure for printing informational mess...Ian Hinder2011-10-28
| * Errors.m: Print structures in InputForm alwaysIan Hinder2011-10-28
| * CalculationFunction.m: Correct argument order for CheckStencilIan Hinder2011-10-28
| * CalculationFunction.m: Improve output of list verification error messageIan Hinder2011-10-28
| * Add Laplace equation exampleIan Hinder2011-10-28
| * Add disabled code for automatic profilingIan Hinder2011-10-28
| * CodeGenCactus.m: Fix error in non-LoopControl looping function patternIan Hinder2011-10-28
| * Make InsertComment externally visibleIan Hinder2011-10-28
| * CalculationFunction.m: Add explicit profiling to Simplify operationIan Hinder2011-10-28
| * CalculationFunction.m: Use DefFn for two important functionsIan Hinder2011-10-28
| * Add Profile.m for profiling Mathematica functionsIan Hinder2011-10-28
| * Make ZeroDimensions work againIan Hinder2011-10-28
| * Differencing.m: Fix logic in ComponentDerivativeOperatorMacroDefinitionIan Hinder2011-10-13
| * MathematicaCompat.h: Add Csch functionIan Hinder2011-10-13
| * Differencing.m: Use DefFn to define functionsIan Hinder2011-10-12
| * CodeGen*.m: Use DefFn to define functionsIan Hinder2011-10-07
| * Errors.m: Add DefFn function for defining functionsIan Hinder2011-10-07
| * Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.mIan Hinder2011-10-07
| * kranc: Add some error-checking and information to the launch scriptIan Hinder2011-10-06
| * CodeGen.m: Add strict pattern checking to all functionsIan Hinder2011-10-06
| * CodeGen.m: Remove intersperse function and replace use by RiffleIan Hinder2011-10-06
| * Errors.m: Add ErrorDefinitionIan Hinder2011-10-06
| * CodeGen.m: Rewrite FlattenBlock and make it more strictIan Hinder2011-10-06
| * CodeGen.m: Make GridName return a string rather than an expressionIan Hinder2011-10-06
| * CodeGen.m: Add missing comma in GenericGridLoopTraditionalIan Hinder2011-10-06
| * Define/declare identifier "t" (holding cctk_time) in some missing placesErik Schnetter2011-10-02
| * Correct commentErik Schnetter2011-10-02
| * Optionally require thorn VectorsErik Schnetter2011-10-02
| * Add support for generating OpenCL codeErik Schnetter2011-09-29
| * Use imin and imax instead of min and max as formal argument names for loop bo...Erik Schnetter2011-09-29
| * CodeGen.m: Add StorePartialVariableInLoopErik Schnetter2011-09-29
| * MathematicaCompat.h: Remove unused codeErik Schnetter2011-09-29
| * GenericFD.h: Remove redefinition of "restrict" keywordErik Schnetter2011-09-29
| * CodeGen.m: Replace Cos, Sin, Tan with kcos, ksin, ktan in calculationsErik Schnetter2011-09-29
| * Differencing.m: Use KRANC_GFOFFSET3D macro in difference operatorsErik Schnetter2011-09-29
| * Introduce a macro KRANC_GFOFFSET3D to access a grid point with anErik Schnetter2011-09-29
| * Add Stringify to convert C code statements to a C stringErik Schnetter2011-09-29
| * Make dt (CCTK_DELTA_TIME) available in calculations.Erik Schnetter2011-09-29
| * Add function ParenthesisErik Schnetter2011-09-29
| * Add new function mapReplaceAddErik Schnetter2011-09-29
* | KrancTensor.m: Replace deleteDuplicates with a version which does not reorder...Ian Hinder2011-10-21
|/
* KrancTensor.m: Implement DeleteDuplicates for older Mathematica versionsIan Hinder2011-09-29
* RunKranc.m: Improve handling of errors and outputIan Hinder2011-09-24
* Errors.m: Don't try to print the stackIan Hinder2011-09-24
* Thorn.m: Print message on successful thorn creationIan Hinder2011-09-24
* TensorToolsKranc: Correct package errorsIan Hinder2011-09-24
* Wave.m: Update example to use run-time finite difference selectionIan Hinder2011-09-18