From memory `list_files` is not a list since it is passed as an argument of the macro, therefore i need this trick of creating a local variable and force it to be a list.
Since i moved all the tests under CTest in the tests folder, i took the decision to have all files related to a test in the specific directory. Let me know if this make sense
Greetings,
I am an MTech student and I am currently working on a code on ALM method in XCompact3D for a vertical axis wind turbine (VAWT).
The code is modified for some endeffects model and s...
Having the `partype` type private and hidden from the rest of the code forces the particle development to stay inside a single module / file. On one hand, it seems easier because everything is loca...