Skip to content

Allow IMEX solvers for stiff problems #165

@JoshuaLampert

Description

@JoshuaLampert

Currently, we wrap every semidiscretization in an ODEProblem. However, some equations contain stiff terms, such as the Svärd-Kalisch equations with $\alpha = 0$ and/or $\gamma = 0$ or the KdV equation (once implemented). Therefore, it would be nice to split up the rhs into a non-stiff part and a stiff part, which are then stored as a SplitODEProblem. This allows using IMEX time integrators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions