Skip to content

Commit 9eec12e

Browse files
SKopeczranocha
andauthored
Implementation of MPRK22 and MPRK43 for nonconservative PDS (includes cleaning up the caches) (#85)
* Removed unnecessary code in initialize! for out-of-place MPE * MPRK22 for nonconservative PDS * Test MPRK22 for nonconservative PDS * Removed dolinsolve and cleaned chaches of MPRK22 * MPRK43: solver for nonconservative PDS, removed dolinsolve, cleaned caches * Additional tests for MPRK43 solving nonlinear PDS * Avoid division by zero in MPRK43 * Removed precs hack * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update src/mprk.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update test/runtests.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update test/runtests.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Update test/runtests.jl Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> * Incremented version number --------- Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent 52fe8ec commit 9eec12e

3 files changed

Lines changed: 714 additions & 441 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PositiveIntegrators"
22
uuid = "d1b20bf0-b083-4985-a874-dc5121669aa5"
33
authors = ["Stefan Kopecz, Hendrik Ranocha, and contributors"]
4-
version = "0.1.13"
4+
version = "0.1.14"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"

0 commit comments

Comments
 (0)