aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CalculationBoundaries.m
Commit message (Collapse)AuthorAge
* Split CodeGen.m into CodeGen.m, CodeGenC.m and CodeGenCactus.mIan Hinder2011-10-07
| | | | | | | - CodeGenC.m still contains Fortran variants. These might be moved into CodeGenFortran.m. - Several other modules essentially need to pull in all three packages due to newly broken abstraction barriers. This can be fixed incrementally. - Indent and format all three files consistently
* CalculationBoundaries.m: Change severity of warning (from 0 to 1) when BCs ↵Ian Hinder2010-08-04
| | | | | cannot be registered. At the moment, we register all faces, even though some of them might have been registered already as interpatch boundaries.
* CalculationBoundaries.m: Generates SelectBC code for MoL_PseudoEvolution ↵Ian Hinder2010-06-05
calculations