1 Model setup: Trelis
1.1 Download
Click here to the download page
You can request a free trial on the official website for three months after the registration.
1.2 Installation
- For MacOS:
Just double click the package and complete the installation - For Linux Use the code you get from the trial request during Trelis Activation.
1
2cd ~/Software/
sudo dpkg -i Trelis-16.5.0-Lin64.deb
2 Calculation: Pylith
2.1 Download
- For MacOS:
https://geodynamics.org/cig/software/pylith/git/v2.2.2/pylith-2.2.2-darwin-10.13.6.tgz - For linux:
https://geodynamics.org/cig/software/pylith/git/v2.2.2/pylith-2.2.2-linux-x86_64.tgz
2.2 Configuation
- Unzip the file to where you want, for example
1
2tar zxvf pylith-2.2.1-linux-x86_64.tgz -C ~/Software/
# for macos it's pylith-2.2.2-darwin-10.13.6.tgz - Configuation If the output showes up as
1
2
3cd ~/Software/pylith-2.2.1-linux-x86_64
# for macos it's cd ~/Software/pylith-2.2.2-darwin-10.13.6]
source setup.shThen the pylith congiguation has completed. And everytime before running pylith you need run1
Ready to run Pylith
source setup.sh
under corresponding direcotory. If you want to take it a easier way. You can add the following script into your~/.bashrc
Thus you just need to type1
2# for pylith
alias setpylith='tp=`pwd`; cd ~/Software/pylith-2.2.1-linux-x86_64 ; source setup.sh; cd $tp'setpylith
for every new terminal window.
3 Visualization: Paraview
- For MacOS:
1
brew cask install paraview
- For Linux:
1
sudo apt install paraview