DamBreak3DFEA
When I finished compiling DamBreak3DFEA, I got an error when running it: FATAL: Calling getNaturalCoords without USE_CHRONO. My GPUSPH version:spheric2022 branches
Hello, it seems you have built GPUSPH without Chrono, which is necessary for FEA. Try building with make chrono=1.
Whern I add chrono=1 ,an error message appears : error: missing binary operator before token "(" 232 | #if EIGEN_VERSION_AT_LEAST(3, 4, 0)
Can you answer this? Or how to add the path to EIGEN?
@zhangrf21 this looks like an issue with eigen. Can you please paste here the output of make show?
Actually, that line does not appear in GPUSPH at all, can you please post the entire error message?