Marker Pre-exponential Terms

Initialization

EarthBox.Markers.MarkerPreexponential.initialize!Function
initialize!(model::ModelData)::Nothing

Initialize marker pre-exponential term for dislocation creep models. This initializes the marker_preexp array in the model data container and is required for all models that use dislocation creep. The initialization of marker pre-exponential terms allows strain softening to be applied to the pre-exponential term.

Arguments

  • model::ModelData: The model data container containing the model parameters and arrays.

Returns

  • Nothing
source