Operation feature. The TimeExplicit solver is used for solving time-dependent PDEs using the classic Runge-Kutta or the Adams-Bashforth 3 explicit time-stepping schemes
The order of the Runge-Kutta method can be set by the erkorder property. The size of the time step is controlled through the property
rktimestep and can be given as a single scalar value, a (strictly monotone) numeric vector, or an expression using variables with global scope, which results in a scalar. For Adams-Bashforth 3 only a scalar constant value of the time step is allowed. Time stepping from expressions
tstepping=elemexprs is useful for the Wave form PDE interface. A local time stepping version of Adams-Bashforth 3 is available for the Wave form PDE interface by
odesolver=ab3loc.