Generation of Material Points
- Run
mkdir build && cd build && cmake ..
- Run
make clean && make -jN
(where N is the number of cores) - Run lem
./mpm_point_generator
Note to Developers
- Format using clang-format:
clang-format -i ./src/*
andclang-format -i ./include/*