geodynamics / vq

Virtual Quake is a boundary element code designed to investigate long term fault system behavior and interactions between faults through stress transfer.
Other
12 stars 24 forks source link

Fixed typo for element id in stress drop assignment #97

Closed kwschultz closed 8 years ago

kwschultz commented 8 years ago

I have also removed the loose_elements list. VQ had been adding the neighbors of failed elements to this list, then only allowing dynamic failure for these elements. VC did something different. VC set the dynamic trigger value to twice the simulation-wide value for non-neighboring elements, but did not restrict the dynamic failures to only neighboring elements. I have restored VQ's dynamic triggering mechanism to be like VC's except that we just have one, simulation-wide value for the dynamic trigger factor and we don't make any distinction between neighbors/non-neighbors.