Thu, 26 Feb 2026 09:32:12 -0500
Initial working version for known convectivity and diffusivity
--- BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 98 --- Language: Cpp # Force pointers to the type for C++. DerivePointerAlignment: false PointerAlignment: Left NamespaceIndentation: All AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: None ---