DelNov / T-Flows

Program for Simulation of Turbulent Flows
Other
113 stars 50 forks source link

Got rid of map files - but this time for real #196

Closed Niceno closed 4 years ago

Niceno commented 4 years ago

Now I got rid of the map files (I included the necessary information into .cns files) for real.

While on the task, I got rid of two modules which served no real purpose in the code: Material_Mod - which is the remnant of the common block to handle multiple materials in old T-Rex which sucked from day one really. The other is Div_Mod, another artifact of the past - module which used to be a common block holding variables for domain decomposition with some home-grown algorithms which are dead in the water by now.