DDMFrictionalSlip is a julia implementation of the Displacement Discontinuity Method (DDM) for two-dimensional domains (one-dimensional fracture). Main features:
- Choice of Piecewise Constant (PWC), Piecewise Linear Collocation (PWLC), and Piecewise Quadratic Collocation (PWQ) shape functions
- Multithreaded assembly and solve
- Flexible problem formulation
- Non-equally sized elements
This package discretize the quasi-static changes in stress (normal or shear)
where
This package can be used to solve for systems of coupled equations which can be expressed in the following way:
where
The user needs to specify the two functions test/
for examples of formulations.
Author: Dr. Antoine B. Jacquey