Enum TimeMode

Enum Documentation

enum class TimeMode

Time integration mode inferred from user parameters and material densities.

  • Static: stationary solve (no time loop), selected when initial_time == final_time.

  • QuasiStatic: time-dependent loading without inertia, selected when initial_time != final_time and all materials have rho == 0.

  • Dynamic: time-dependent loading with inertia, selected when initial_time != final_time and all materials have rho > 0.

Values:

enumerator Static
enumerator QuasiStatic
enumerator Dynamic