Calculates the reduced stress tensor (without optimization).
Usage
reduced_stress(fault, method = c("michael", "angelier"))Arguments
- fault
"Fault"object where the rows are the observations, and the columns the coordinates.- method
character. The inversion algorithm, one of
"michael"(the default) for a bootstrapped linear inversion after Micheal (1984),"angelier"for an iterative direct inversion after Angelier (1990) and Mostafa (2005), and"hansen"for direct inversion using the 9d parameter space after Hansen (2013).
See also
Other stress-tensor:
fault_instability_criterion(),
stress_shape(),
tau-comp,
tau2rup(),
tau2stress()
