StratiGraphics.EnvironmentType
Environment([rng,] processes, transitions, durations)

Geological environment with processes, transitions and durations.

Base.iterateFunction
iterate(env, state=nothing)

Iterate the environment env producing processes and durations.

StratiGraphics.evolve!Method
evolve!(state, proc, Δt)

Evolve the state with process proc for a time period Δt.

StratiGraphics.evolve!Method
evolve!(state, proc, Δt)

Evolve the landscape state with timeless process proc for a time period Δt.

StratiGraphics.evolve!Method
evolve!(land, proc, Δt)

Evolve the land with timeless process proc for a time period Δt.

StratiGraphics.simulateFunction
simulate(env, state, nepochs=10)

Simulate the geological environment env for a number of epochs nepochs starting from a state.