MarkerCohesion

Initialization

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

Initialize marker cohesion for plasticity models. This initializes the marker_cohesion array in the model data container and is required for all models that use plasticity.

Arguments

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

Returns

  • Nothing
source