Skip to content

avasyukov/gcm-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

About

gcm-3d is a library implementing grid-characteristic method to model mechanical problems of deformable rigid body.

License

The code is licensed under GPLv3 license.

Build

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=<prefix> -DCMAKE_BUILD_TYPE=<RELEASE || DEBUG> ..
make

Parameters CMAKE_INSTALL_PREFIX and CMAKE_BUILD_TYPE are optional. CMAKE_INSTALL_PREFIX defaults to /usr, CMAKE_BUILD_TYPE defaults to DEBUG.