aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* KrancThorn.m: Move DeclaredGroups code processing to its own functionHEADmasterIan Hinder2013-09-13
|
* KrancThorn.m: Move ODE code processing into a separate functionIan Hinder2013-09-13
|
* KrancThorn.m: Move option distribution code to its own functionIan Hinder2013-09-13
|
* KrancThorn.m: Move calculation splitting call to separate functionIan Hinder2013-09-13
|
* Move symmetries code processing from KrancThorn.m into CodeGenSymmetries.mIan Hinder2013-09-13
|
* KrancThorn.m: Small code rearrangementIan Hinder2013-09-13
|
* Move Jacobian checking call from KrancThorn.m to Jacobian.mIan Hinder2013-09-13
|
* KrancThorn.m: Move input parameter checking earlier in CreateKrancThornIan Hinder2013-09-13
|
* KrancThorn.m: Move coordinates processing call earlier in CreateKrancThornIan Hinder2013-09-13
|
* KrancThorn.m: Move groups check to start of functionIan Hinder2013-09-13
|
* CodeGenInterface.m: Sort various items in interface.cclIan Hinder2013-09-13
| | | This should make the generated code less sensitive to internal restructuring in Kranc.
* KrancThorn.m: Collect GenericFD-related code into a single functionIan Hinder2013-09-13
| | | Changes ordering of inherited implementations in interface.ccl.
* Move Boundary inherited implementations into CactusBoundary.mIan Hinder2013-09-13
|
* KrancThorn.m: Move CactusBoundary code processing to CactusBoundary.mIan Hinder2013-09-13
|
* KrancThorn.m: Move inheritance of grid into coordinates functionIan Hinder2013-09-13
|
* KrancThorn.m: Move coordinates code processing to a separate functionIan Hinder2013-09-13
|
* Move conservation calculation code processing from KrancThorn.m to ↵Ian Hinder2013-09-13
| | | | ConservationCalculation.m
* Move parameter checking code processing from KrancThorn.m to ParamCheck.mIan Hinder2013-09-13
|
* Move differencing code processing from KrancThorn.m to Differencing.mIan Hinder2013-09-13
|
* Move MoL code processing from KrancThorn.m to MoL.mIan Hinder2013-09-13
|
* Move CaKernel code processing from KrancThorn.m to CaKernel.mIan Hinder2013-09-13
|
* KrancThorn.m: Correct typoIan Hinder2013-09-13
|
* 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
|