HiFiLES / HiFiLES-solver

High Fidelity Large Eddy Simulation Solver
Other
172 stars 131 forks source link

Is the any sequence to read the code? #44

Closed popstar0426 closed 9 years ago

popstar0426 commented 9 years ago

Hi:

There are many files with *.cpp.
If I want to read the code, what should I do?

Best regards! Yue

mlopez14 commented 9 years ago

The best place to start would be the file "HiFiLES.cpp" file, where the main() function is.

The file "eles.cpp" contains the most important functions used for calculating the residual, and "array.cpp" has all the methods of the core data structure (an array class).

We suggest using Qt Creator to navigate the code easily: https://github.com/HiFiLES/HiFiLES-solver/wiki/Building-and-Running-with-Qt-Creator