Skip to content

PolyachenkoYA/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.

About

GCM engine for 3d problems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.0%
  • GLSL 2.4%
  • C 1.0%
  • Python 0.5%
  • CMake 0.5%
  • Shell 0.5%
  • Makefile 0.1%