Intallation¶
Copy or fork the deposit¶
Argiope installation¶
The last version of the module can be found on the GitLab depot.
pip installation : pip install git+https://gitlab.com/lcharleux/argiope.git.
Gmsh¶
For mesh generation Gmsh is used. The SDK 4.x should be installed.
pip installation: ‘pip install –upgrade gmsh’
Warning
GMSH V4.x should be install, not compatible with an older version
Abaqus¶
Commercial Abaqus software is used for computation. It should be properly installed.
Local settings information¶
You need to fulfill the local_settings.py file with the path to Gmsh and Abaqus once they are installed:
# LOCAL SETTINGS
# Modify as needed and rename local_settings.py
GMSH_PATH = "path_to_gmsh"
ABAQUS_PATH = "path_to_abaqus"