We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using a triangulated box with tetrahedrons generated by TetWild, but I get the following error when executing AnisoFracture:
FATAL Received fatal signal: SIGSEGV(11)
----------------------------------------STACKTRACE-----------------------------------------
1 ./anisofracture ZIRAN::signalHandler(int)+0x9e [0x55b2640d975e] 2 /lib/x86_64-linux-gnu/libc.so.6 +0x46210 [0x7f917462b210] 3 ./anisofracture ZIRAN::MpmGrid<double, 3, 2>::pollute(std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, Eigen::aligned_allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, double, int, int, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&)+0x6c6 [0x55b2645b0d86] 4 ./anisofracture ZIRAN::MpmSimulationBase<double, 3>::sortParticlesAndPolluteGrid()+0x223 [0x55b2645d0993] 5 ./anisofracture ZIRAN::MpmSimulationBase<double, 3>::reinitialize()+0x6ea [0x55b2645d9cda] 6 ./anisofracture main+0x12d5 [0x55b264029105] 7 /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main+0xf3 [0x7f917460c0b3] 8 ./anisofracture _start+0x2e [0x55b26402b14e]
----------------------------------------CONTEXT--------------------------------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using a triangulated box with tetrahedrons generated by TetWild, but I get the following error when executing AnisoFracture:
FATAL Received fatal signal: SIGSEGV(11)
----------------------------------------STACKTRACE-----------------------------------------
1 ./anisofracture ZIRAN::signalHandler(int)+0x9e [0x55b2640d975e]
2 /lib/x86_64-linux-gnu/libc.so.6 +0x46210 [0x7f917462b210]
3 ./anisofracture ZIRAN::MpmGrid<double, 3, 2>::pollute(std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, Eigen::aligned_allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, double, int, int, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&)+0x6c6 [0x55b2645b0d86]
4 ./anisofracture ZIRAN::MpmSimulationBase<double, 3>::sortParticlesAndPolluteGrid()+0x223 [0x55b2645d0993]
5 ./anisofracture ZIRAN::MpmSimulationBase<double, 3>::reinitialize()+0x6ea [0x55b2645d9cda]
6 ./anisofracture main+0x12d5 [0x55b264029105]
7 /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main+0xf3 [0x7f917460c0b3]
8 ./anisofracture _start+0x2e [0x55b26402b14e]
----------------------------------------CONTEXT--------------------------------------------
The text was updated successfully, but these errors were encountered: