Description
Semi-implicit time integrator (Mikula et al.)
Hi @maltezfaria 👋
I’ve been experimenting with a semi-implicit time integrator for the level-set advection equation, inspired by the I2OE-schemes of Mikula et al.
The motivation is to relax the CFL restriction of the current explicit RK schemes when solving:
$\phi_t + \mathbf{u}\cdot\nabla \phi = 0$
I implemented a prototype integrator (SemiImplicitI2OE) in my fork:
https://github.com/Fastaxx/LevelSetMethods.jl/tree/feature/semi-implicit-scheme-tests
At the moment it:
- targets problems with an
AdvectionTerm
- allows larger stable time steps than explicit RK
- works with existing grid/BC infrastructure
Would you be open to integrating a semi-implicit time integrator in the package?
Ref :
10.1016/j.apnum.2014.06.002
Validation and testing
No response
Motivation
No response
Target audience
No response
Can you help?
No response
Description
Semi-implicit time integrator (Mikula et al.)
Hi @maltezfaria 👋
I’ve been experimenting with a semi-implicit time integrator for the level-set advection equation, inspired by the I2OE-schemes of Mikula et al.
The motivation is to relax the CFL restriction of the current explicit RK schemes when solving:
I implemented a prototype integrator (
SemiImplicitI2OE) in my fork:https://github.com/Fastaxx/LevelSetMethods.jl/tree/feature/semi-implicit-scheme-tests
At the moment it:
AdvectionTermWould you be open to integrating a semi-implicit time integrator in the package?
Ref :
10.1016/j.apnum.2014.06.002
Validation and testing
No response
Motivation
No response
Target audience
No response
Can you help?
No response