DelNov / T-Flows

Program for Simulation of Turbulent Flows
Other
109 stars 48 forks source link

Bojan small fixes in solvers #231

Closed Niceno closed 2 years ago

Niceno commented 2 years ago

Hi Hamo,

I did some additional small fixes in solvers. In some places comments were outlining the number of used variables from Work_Mod wrong, and in Cg.f90 in particular, the fix you did on Bicg.f90 and Cgs.f90 for calling buffer refresh at the right place was not applied at all.

All of these changes do not affect functionality in any way since they are in comments and the solver which is fixed is never actually called because it resides in directory Solvers_Mod/Normalized_Solvers.

Niceno commented 2 years ago

After submitting a pull request and writing a comment about it, I see that I overlooked one commit. It affects the saving of front for interface tracking problems and should have no impact on other parts of the code.