Skip to content

Conversation

@SKopecz
Copy link
Collaborator

@SKopecz SKopecz commented Dec 23, 2025

This implements #107.

  • Out-of-place implementation of the 2nd order MPLM22 scheme.
  • In-place implementation of the 2nd order MPLM22 scheme.
  • All other implementations
  • Tests
  • Docs
  • Additional test problems
  • Benchmark diffusion test problem

@SKopecz
Copy link
Collaborator Author

SKopecz commented Dec 23, 2025

All the onestep MPRK/SSPMPRK and also the multistep Patankar schemes can be interpreted as sequences of MPE steps with slightly modified input data. Before continuing this PR we should implement a function like _permform_step_MPE! and rewrite the implementations of MPRK and SSPMPRK schemes. This will make the implementation of the multistep Patankar schemes easier and cleaner. The corresponding PR is #183 .

@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

❌ Patch coverage is 45.11278% with 73 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/mplm.jl 0.00% 73 Missing ⚠️

📢 Thoughts on this report? Let us know!

@coveralls
Copy link

coveralls commented Dec 23, 2025

Pull Request Test Coverage Report for Build 21140869039

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 60 of 133 (45.11%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-3.1%) to 94.661%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/mplm.jl 0 73 0.0%
Totals Coverage Status
Change from base Build 20199034964: -3.1%
Covered Lines: 2110
Relevant Lines: 2229

💛 - Coveralls

export MPLM22

export prob_pds_linmod, prob_pds_linmod_inplace, prob_pds_nonlinmod,
prob_pds_robertson, prob_pds_brusselator, prob_pds_sir,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new problems need to be added here, to be found in the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants