aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAge
* KrancThorn.m: Eliminate most temporary variables in CreateKrancThornIan Hinder2013-09-13
|
* KrancThorn.m: Finish using Code object to group variables in CreateKrancThornIan Hinder2013-09-13
|
* KrancThorn.m: Continue using Code object to group variables in CreateKrancThornIan Hinder2013-09-13
|
* Add ApplyToObjectField to Object.mIan Hinder2013-09-13
|
* KrancThorn.m: Continue using Code object to group variables in CreateKrancThornIan Hinder2013-09-13
|
* KrancThorn.m: Start using Code object to group variables in CreateKrancThornIan Hinder2013-09-13
|
* Code.m: Add new Code packageIan Hinder2013-09-13
| | | Objects of this class will represent a Kranc code.
* 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.
* KrancThorn.m: Localise remaining MoL variablesIan Hinder2013-09-12
|
* Remove old code for determining boundary groupsIan Hinder2013-09-12
|
* Change method used to determine which groups to create old-style boundary ↵Ian Hinder2013-09-12
| | | | | condition code for This changes the ordering of code in Boundaries.cc.
* Remove old method for determining which grid functions need symmetries to be ↵Ian Hinder2013-09-12
| | | | applied
* Change method used to determine which variables to set symmetries for in ↵Ian Hinder2013-09-12
| | | | | CodeGenSymmetries.m This is for the old symmetry infrastructure, and the logic doesn't make a lot of sense anyway, but we reproduce it for compatibility reasons. Changes the order of symmetry declarations in RegisterSymmetries.cc.
* MoL.m: Add a group extra to indicate that the group is an RHSIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Add type checkingIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Remove old compatibility codeIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Change Table to MapIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Reformat codeIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Remove unneeded compatibility functionIan Hinder2013-09-12
|
* CodeGenSymmetries.m: Uncapitalise private functionIan Hinder2013-09-12
|
* Remove now-unused arguments from CreateKrancScheduleFileIan Hinder2013-09-12
|
* Use MoL function to determine evolved groups in CactusBoundary.mIan Hinder2013-09-12
|
* Schedule.m: Remove old code for computing the storage group structuresIan Hinder2013-09-12
|
* Schedule.m: Implement new method for determining number of timelevels in ↵Ian Hinder2013-09-12
| | | | | schedule.ccl Check against the old method and abort if there is a discrepancy (apart from ordering). Use the result from the new method in the generated thorn. Generally, this changes the ordering of storage statements in schedule.ccl.
* Add ScheduleTimelevels to evolved and RHS groups in MoL.mIan Hinder2013-09-12
|
* Add declaredGroups argument to CreateKrancScheduleFileIan Hinder2013-09-12
|
* Remove unused "max" entry in group storage specIan Hinder2013-09-12
|
* KrancThorn.m: Eliminate several temporary variablesIan Hinder2013-09-12
|
* KrancThorn.m: Add GenericFD include file earlierIan Hinder2013-09-12
|
* KrancThorn.m: Move SummationByParts include file to new SummationByParts sectionIan Hinder2013-09-12
| | | Also only add this header if needed. Changes ordering of include files in interface.ccl.
* KrancThorn.m: Move symmetry include file to symmetry section and move sectionIan Hinder2013-09-12
| | | The include file needs to be added before the interface.ccl file is generated. This commit changes the order of include files in interface.ccl.
* KrancThorn.m: Rearrange code and comments slightlyIan Hinder2013-09-12
|
* KrancThorn.m: Eliminate local variableIan Hinder2013-09-12
|
* KrancThorn.m: Move CaKernel-related code into CaKernel sectionIan Hinder2013-09-12
|
* KrancThorn.m: Edit commentsIan Hinder2013-09-12
|
* KrancThorn.m: Eliminate temporary variableIan Hinder2013-09-12
|
* KrancThorn.m: Add section commentIan Hinder2013-09-12
|
* KrancThorn.m: Reformat conservation calculation sectionIan Hinder2013-09-12
|
* KrancThorn.m: Localise some variables for conservation calculationsIan Hinder2013-09-12
|
* KrancThorn.m: Eliminate temporary variableIan Hinder2013-09-12
|
* KrancThorn.m: Localise pDefs variableIan Hinder2013-09-12
|
* KrancThorn.m: Eliminate some local variablesIan Hinder2013-09-12
|
* KrancThorn.m: Remove unused incFilenames variableIan Hinder2013-09-12
|
* KrancThorn.m: Use sources variable for list of source files in makefileIan Hinder2013-09-12
| | | Currently we assume that all source files with extension "cc" are to be included in the makefile. This excludes header files and CaKernel code files.
* KrancThorn.m: Accumulate parameter check source in sources variableIan Hinder2013-09-12
|
* KrancThorn.m: Accumulate calculation sources in sources variableIan Hinder2013-09-12
|
* ParamCheck.m: Bypass bug in checkConditionIan Hinder2013-09-12
| | | The "params" variable is never initialised, so the code as written is wrong. Bypass the corresponding check until the parameters are passed in.
* KrancThorn.m: Accumulate finite differencing header in sources variableIan Hinder2013-09-12
|
* KrancThorn.m: Accumulate symmetries registration source file in sources variableIan Hinder2013-09-12
|
* KrancThorn.m: Accumulate boundary source files in sources variableIan Hinder2013-09-12
|