geodynamics / pylith

PyLith is a finite element code for the solution of dynamic and quasi-static tectonic deformation problems.
Other
153 stars 96 forks source link

Enable output of traction change on fault for FaultCohesiveImpulses (Green's functions) #748

Closed baagaard-usgs closed 3 months ago

baagaard-usgs commented 3 months ago

Output of the traction change on the fault was only implemented for FaultCohesiveKin in v4.0. It should be easy to transfer that implementation over to FaultCohesiveImpulses. I propose moving the FaultCohesiveKin implementation to FaultCohesive as the default behavior; we can overwrite it in FaultCohesiveDyn as necessary.