ENH: linear solvers: add variable-specific debug flags
All threads resolved!
All threads resolved!
Summary
- a762a311 - ENH: linear solvers: add variable-specific debug flags
- 390e7b0a - TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162 (closed))
- 7d7e012e - ENH: KirchhoffShell: simplification of log output
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
Resolved bugs (If applicable)
EP#1615 @Chiara
Risks
This keyword does not directly affect the operations of various DebugSwitches
and
backward compatibility has been ensured in exchange of code cleanness. The related DebugSwitches
are:
DebugSwitches
{
SolverPerformance 0;
GAMG 0;
PCG 0;
PBiCG 0;
smoothSolver 0;
}
Test cases
Edited by Kutalmış Berçin
Merge request reports
Activity
changed milestone to %v2112
requested review from @Mattijs
assigned to @andy
added feature request solver labels
added 2 commits
- 7ff6b3c3 - ENH: linear solvers: add variable-specific debug flags
- b71bd4df - TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162 (closed))
- Resolved by Kutalmış Berçin
added 2 commits
- 390e7b0a - TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162 (closed))
- cf0e1272 - ENH: linear solvers: add variable-specific debug flags
added 1 commit
- a762a311 - ENH: linear solvers: add variable-specific debug flags
added 53 commits
-
a762a311...fa03050e - 50 commits from branch
develop
- d6ff22e5 - ENH: KirchhoffShell: simplification of log output
- d9b200af - TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162 (closed))
- 6dedfe07 - ENH: linear solvers: add variable-specific debug flags
Toggle commit list-
a762a311...fa03050e - 50 commits from branch
mentioned in commit f687a217
Please register or sign in to reply