You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
forty-twoo 7d72e12e9f first add 2 years ago
StepModel first add 2 years ago
docs first add 2 years ago
examples first add 2 years ago
include first add 2 years ago
scripts first add 2 years ago
src first add 2 years ago
test first add 2 years ago
.gitignore first add 2 years ago
CMakeLists.txt first add 2 years ago
README.md first add 2 years ago
run_tests.py first add 2 years ago

README.md

Medusa

Coordinate Free Meshless Method implementation. See http://e6.ijs.si/medusa for more details.

Installation

To make this work from plain Ubuntu installation, run

sudo apt-get install git g++ python3 cmake libhdf5-dev doxygen graphviz
git clone https://gitlab.com/e62Lab/medusa.git --branch master --single-branch
cd medusa
./run_tests.py

which installs dependencies, clones the repository, goes into the root folder of the repository and runs tests. This will build and run all tests. If this works, you are ready to go! Otherwise install any missing packages and if it still fails, raise an issue.

For building on other systems and troubleshooting refer to the Installation and building guide.

For instructions on how to use this library in you project, see Including this library in your project.

E62Lab team