ENH: code-style for lduMatrix and fvMatrix solve
- use dictionary methods directly in LduMatrix::solver::readControls. Deprecate the redundant LduMatrix::solver::readControl helper-function - define solver log-level outside of the loop, narrow log flag to int. - reinstate API-compatible parameters for SolverPerformance
Showing
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H 42 additions, 46 deletionssrc/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixI.H 1 addition, 43 deletionssrc/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixI.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixSolver.C 7 additions, 7 deletionssrc/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixSolver.C
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/SolverPerformance.C 8 additions, 17 deletions...OpenFOAM/matrices/LduMatrix/LduMatrix/SolverPerformance.C
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/SolverPerformance.H 15 additions, 15 deletions...OpenFOAM/matrices/LduMatrix/LduMatrix/SolverPerformance.H
- src/OpenFOAM/matrices/LduMatrix/Solvers/SmoothSolver/SmoothSolver.C 1 addition, 1 deletion...AM/matrices/LduMatrix/Solvers/SmoothSolver/SmoothSolver.C
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H 57 additions, 61 deletionssrc/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C 2 additions, 2 deletionssrc/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrixSolver.C
- src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C 20 additions, 22 deletionssrc/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C
- src/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C 29 additions, 16 deletionssrc/finiteVolume/fvMatrices/fvScalarMatrix/fvScalarMatrix.C
Please register or sign in to comment