EventMap_Run#

Rerun a quasistatic step. The step must be generated:

Store basic event info as follows:

  • r: Position of yielding event (block index).

  • t: Time of each yielding event (real units).

  • S: Size (signed) of the yielding event.

Tip: use "--smax" to truncate when (known) S is reached to not waste time on the final stage of energy minimisation.

usage: EventMap_Run [-h] [--develop] [--avalanche] [-u] [-s] [--smax int] [-f]
                    [-o str] --step int [-v]
                    str

Positional Arguments#

file

Simulation file

Named Arguments#

--develop

Allow uncommitted

Default: False

--avalanche

Truncated once A == N

Default: False

-u

Store u (slip)

Default: False

-s

Store S (avalanche size)

Default: False

--smax

Truncate at a maximum total S

-f, --force

Force overwrite output file

Default: False

-o, --output

Output file

Default: “EventMap.h5”

--step

Step number

-v, --version

show program’s version number and exit

See also: depinning_inertia_2024.EventMap.Run()