Conversation
|
Took the freedom to extract the Subdomain changes to #83. |
|
I don't understand the error for the nvcc debug build. I define the subdomain exactly the way it is done in Subdomain.test.cpp:66, which hasn't made any problems yet. |
|
Alright, apparently the error was that I initialized the
Depending on what the answers are to these questions, maybe it would be better to only use the static constexpr members of the |
|
Hmm, I cannot reproduce the error. But I encounter a different one. I will have a look at it. |
Solves #72.
Relates to #76.
I also updated Subdomain with new member functions and the example file to the new simulationSetup.hpp standards.
Unfortunately, the example is very inefficient at the moment due to serially looping over all particles twice in 02_LennardJones_IdealGas_LocalCap.cpp:198-222. We might opt for rethinking force calculation as well in the future.