Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 308 Bytes

mpm_point_generator

Generation of Material Points

  1. Run mkdir build && cd build && cmake ..
  2. Run make clean && make -jN (where N is the number of cores)
  3. Run lem ./mpm_point_generator

Note to Developers

  1. Format using clang-format: clang-format -i ./src/* and clang-format -i ./include/*