triinv

Inversion of displacement and stress data using triangular dislocation elements

https://github.com/jploveless/triinv

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Inversion of displacement and stress data using triangular dislocation elements

Basic Info
  • Host: GitHub
  • Owner: jploveless
  • Language: MATLAB
  • Default Branch: master
  • Homepage:
  • Size: 145 KB
Statistics
  • Stars: 13
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 3
Created almost 10 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

triinv

Inversion of displacement and stress data 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.

triinv uses tridisl as a submodule. To clone triinv, run

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

triinvx.m is the main function and requires a minimum of three input arguments:

u = triinvx(p, s, beta);

where p is a structure containing information about the triangular dislocation elements, s is a structure containing the constraining data, and beta defines the weighting of regularization applied in the slip estimation. Slip is returned to the vector u. More information about usage can be found in the wiki.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Loveless"
  given-names: "J.P."
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "triinv: Inversion of displacement and stress data using triangular dislocation elements in Matlab"
version: 1.1
doi: 10.5281/zenodo.4142502
date-released: 2023-09-22
url: "https://github.com/jploveless/triinv"

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1