ziran2020
ziran2020 copied to clipboard
Code for two SIGGRAPH 2020 papers from UPenn, AnisoMPM and IQ-MPM!
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...
Dear authors, thank you for you interesting work. I found that in Data.zip, there are only the data for AnisoMPM, while the data for IO-MPM (such as bear.obj) is not...
Thank you very much!
-- The CXX compiler identification is GNU 7.5.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info...
When compiling on ubuntu 18.04 - error: ziran2020/Lib/Ziran/../MPM/MpmGrid.h:44:1: error: static assertion failed: GridState size must be POT static_assert(is_power_of_two(sizeof(GridState)), "GridState size must be POT"); Projects/coupling/CMakeFiles/coupling.dir/build.make:81: recipe for target 'Projects/coupling/CMakeFiles/coupling.dir/main.cpp.o' failed make[2]:...
I followed the guidance to turn off the amgcl CUDA: `option(ENABLE_AMGCL_CUDA "Use amgcl cuda" OFF)` But now I am configured successful but failed in generate, the CMake info as follows:...
## ZIRAN in WSL1 Ubuntu 18.04 - Turn off amgcl cuda by modifying Cmakelists on line 29: `option(ENABLE_AMGCL_CUDA "Use amgcl cuda" OFF)` - Install dependencies: ``` sudo apt-get install make...
After successfully building the program, I attempt to run some demos but find that some required files are missing from data.zip (https://drive.google.com/file/d/1f22ObJmiq8H1_YObTz5BuE4IAWLQhyuB/view?usp=sharing). Could you provide the other files? **List of...
Did anyone get this error when compiling? `home/NTNU/Uintah/ziran2020/Lib/Ziran/Physics/ConstitutiveModel/LinearCorotated.cpp:64:57: error: invalid use of incomplete type ‘class ZIRAN::LinearCorotated’ void LinearCorotated::write(std::ostream &out) const { `