Skip to content
Snippets Groups Projects
  1. Jul 20, 2021
    • Matej Forman's avatar
      TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162) · b71bd4df
      Matej Forman authored and Kutalmış Berçin's avatar Kutalmış Berçin committed
      b71bd4df
    • Kutalmış Berçin's avatar
      ENH: linear solvers: add variable-specific debug flags · 7ff6b3c3
      Kutalmış Berçin authored
      Introduces a new optional keyword of label type 'log'
      to linear-solver dictionaries to enable variable-specific
      debug statements. For example, in fvOptions file:
      
          solvers
          {
              p
              {
                  solver GAMG;
                  ...
                  log    2;
              }
      
              U
              {
                  ...
                  log    0;
              }
          }
      
      The meanings of values of 'log' are:
      
          log    0;    <!--  no output
          log    1;    <!--  standard output
          log    2;    <!--  debug output
          // values higher than 2 are expected to have no effect
      
      This keyword makes various DebugSwitches redundant
      or reduces their coverage. The effected DebugSwitches are:
      
          DebugSwitches
          {
              SolverPerformance    0;
              GAMG                 0;
              PCG                  0;
              PBiCG                0;
              smoothSolver         0;
          }
      7ff6b3c3
  2. Jul 19, 2021
  3. Jul 12, 2021
  4. Jul 08, 2021
  5. Jul 05, 2021
  6. Jun 29, 2021
  7. Jun 28, 2021
  8. Jun 24, 2021
  9. Jun 23, 2021
  10. Jun 22, 2021
  11. Jun 21, 2021
  12. Jun 19, 2021