MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
|
The tests use GoogleTest. It is necessary to import this library by cloning the official repository into the folder /external
. Each developer must clone this repository independently.
Your directory must have the following structure:
The simplest way to compile on windows is by using the .bash
file at /build/Testing
with MSYS2 MINGW64
console line, just execute:
Alternatively, you can use the following commands:
These commands will generate a .exe file named MPM-Test.exe
.
The simplest way to compile on Linux is by using the .bash
file at /build/CMake
, just execute:
Alternatively, you can use the following commands:
These commands will generate a executable file named MPM-Test
.