From 6dedfe078aefabdfa829c0111408ce4b0f07ab4c Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Mon, 19 Jul 2021 12:24:24 +0100 Subject: [PATCH] ENH: linear solvers: add variable-specific debug flags 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;