Use LoopControl in WeylScal4

Issue #441 closed
Erik Schnetter created an issue

I suggest to use LoopControl in WeylScal4:

$ svn diff Index: WeylScal4.m =================================================================== --- WeylScal4.m (revision 73) +++ WeylScal4.m (working copy) @@ -296,6 +296,7 @@ Calculations -> calculations, DeclaredGroups -> declaredGroupNames, PartialDerivatives -> derivatives, + UseLoopControl -> True, KeywordParameters -> keywordParameters, RealParameters -> realParameters, InheritedImplementations -> {"admbase", "methodoflines"}];

Keyword:

Comments (4)

  1. Ian Hinder
    • removed comment

    This is a good idea - it will enable the use of OpenMP in WeylScal4 if it is being used in the simulation. LoopControl is a part of Carpet, which means that WeylScal4 will now require Carpet, but this is probably not such a big problem. Please apply.

  2. Log in to comment