peter-michalski / LatticeBoltzmannSolvers

CAS741: Development of Scientific Computing Software - Course Project
Other
0 stars 0 forks source link

MG issue 1 #52

Closed Zhang-Zhi-ZZ closed 4 years ago

Zhang-Zhi-ZZ commented 4 years ago

Hi Peter,

I saw that you have input reading module and input checking module, you could combine these two as a Input Parameters Module that gets input from users and verifies the input data.

peter-michalski commented 4 years ago

This is a good suggestion and something I have thought about; however for the purpose of this project I will implement them as separate modules that hide separate secrets. I believe this will also make development easier for me and the primary reviewer.