Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions libs/Theseus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Theseus.jl

[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://NumericalMathematics.github.io/Ariadne.jl/dev/)
[![Build Status](https://github.com/NumericalMathematics/Ariadne.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/NumericalMathematics/Ariadne.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)

Theseus is a time integration library for ordinary differential equations (ODEs), built as a companion package to Ariadne.jl. It provides implicit and semi-implicit Runge-Kutta methods that use Ariadne's matrix-free Newton-Krylov solver for the nonlinear stage equations.

Theseus is designed for time-dependent PDEs (e.g. with [Trixi.jl](https://github.com/trixi-framework/Trixi.jl)) where forming an explicit Jacobian is impractical, and where stiffness demands implicit treatment.
Loading