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.
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 isDiv_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.