/tribem

Boundary element code using triangular dislocation elements

Primary LanguageMATLABMIT LicenseMIT

tribem

Boundary element code using triangular dislocation elements in Matlab

Based on algorithms published in:

Meade, B. J. (2007), Algorithms for the calculation of exact displacements, strains, and stresses for triangular dislocation elements in a uniform elastic half space, Computers and Geosciences, 33, 1064–1075, doi:10.1016/j.cageo.2006.12.003.

tribem uses tridisl as a submodule. To clone tribem using git on the command line, run

$ git clone --recursive https://github.com/jploveless/tribem.git

If not using git on the command line, use the following workflow to access the necessary subfunctions:

  • Download tribem as a .zip file and unzip
  • Download tridisl as a .zip file and unzip
  • Move the contents of the tridisl folder to empty tribem/tridisl folder
  • Add the tribem and tribem/tridisl directories to your MATLAB path