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 1 year ago
StepModel first add 1 year ago
docs first add 1 year ago
examples first add 1 year ago
include first add 1 year ago
scripts first add 1 year ago
src first add 1 year ago
test first add 1 year ago
.gitignore first add 1 year ago
CMakeLists.txt first add 1 year ago
README.md first add 1 year ago
run_tests.py first add 1 year 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