Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.1 bugfix and feature release #71

Merged
merged 32 commits into from
Sep 22, 2020
Merged

Conversation

michakraus
Copy link
Member

No description provided.

… a dictionary with number of iterations, residuals, etc. (+1 squashed commit)

Squashed commits:
[8f605d5] export solver status functions.
… and corresponding integrators. Clean up ndims function. (+2 squashed commits)

Squashed commits:
[e9863cb] Add ndims functions for Galerkin and splitting integrators.
[9d4140b] Add fallback nconstraints function for integrators.
… solver status in atomic solution. (+1 squashed commit)

Squashed commits:
[0e5695a] Add internal state to atomic solutions for SDEs.
…hed commits)

Squashed commits:
[c0756ba] Export nonlinear solver params and status functions.
[1b92cf9] Add tests for nonlinear solver status and params functions.
… a dictionary with number of iterations, residuals, etc. (+1 squashed commit)

Squashed commits:
[8f605d5] export solver status functions.
… solver status in atomic solution. (+1 squashed commit)

Squashed commits:
[0e5695a] Add internal state to atomic solutions for SDEs.
…rators.jl

* 'master' of https://github.com/michakraus/GeometricIntegrators.jl:
  Store internal stage in atomic solution for some VPRK integrators.
  Disable initial guess for Runge-Kutta methods for implicit equations.
  Minor fixes in VPRK integrators.
  Revise integrator type hierarchy.
  Add support for storing internal state variables of an integrator and solver status in atomic solution. (+1 squashed commit) Squashed commits: [0e5695a] Add internal state to atomic solutions for SDEs.
  Cleanup atomic solution constructor calls.
  Minor cleanup in abstract Newton solver.
  Implement get_solver_status functions for nonlinear solvers returning a dictionary with number of iterations, residuals, etc. (+1 squashed commit) Squashed commits: [8f605d5] export solver status functions.
  Implement status and params function for nonlinear solvers.
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.05%) to 85.623% when pulling dfe9ad3 on michakraus:master into 75da490 on DDMGNI:master.

@coveralls
Copy link

coveralls commented Sep 22, 2020

Coverage Status

Coverage decreased (-1.01%) to 86.661% when pulling dfe9ad3 on michakraus:master into 75da490 on DDMGNI:master.

@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #71 into master will increase coverage by 0.83%.
The diff coverage is 53.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   84.21%   85.04%   +0.83%     
==========================================
  Files         181      182       +1     
  Lines        8645     9974    +1329     
==========================================
+ Hits         7280     8482    +1202     
- Misses       1365     1492     +127     
Impacted Files Coverage Δ
src/CommonFunctions.jl 0.00% <0.00%> (ø)
src/Integrators.jl 100.00% <ø> (ø)
src/Solvers.jl 100.00% <ø> (ø)
src/Tableaus.jl 100.00% <ø> (ø)
src/integrators/SPARK.jl 100.00% <ø> (ø)
src/integrators/Stochastic.jl 100.00% <ø> (ø)
src/integrators/VPRK.jl 100.00% <ø> (ø)
src/integrators/rk/integrators_firk_implicit.jl 0.00% <0.00%> (ø)
src/integrators/rk/integrators_srk_implicit.jl 0.00% <0.00%> (ø)
.../integrators/spark/integrators_hspark_secondary.jl 0.00% <0.00%> (ø)
... and 214 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75da490...dfe9ad3. Read the comment docs.

@michakraus michakraus merged commit 4c250df into JuliaGNI:master Sep 22, 2020
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.

2 participants