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

Add eigenvalue estimation for SOSRI2 and SOSRA2 #77

Merged
merged 1 commit into from
Apr 15, 2018

Conversation

YingboMa
Copy link
Member

No description provided.

@@ -189,6 +189,12 @@ end

u = uprev + E₁ + E₂ + W.dW*(beta11*g1 + beta12*g2 + beta13*g3)

if typeof(integrator.alg) <: StochasticCompositeAlgorithm && integrator.alg.algs[1] === SOSRA2()
Copy link
Member

Choose a reason for hiding this comment

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

typeof(integrator.alg.algs[1]) <: SOSRA2

Copy link
Member

Choose a reason for hiding this comment

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

That avoids having to build the type, which may not be elided. I think it might be now, but if we add options...

@ChrisRackauckas
Copy link
Member

MWTP

@ChrisRackauckas ChrisRackauckas merged commit 2706d79 into master Apr 15, 2018
@ChrisRackauckas ChrisRackauckas deleted the myb/stiffness branch April 15, 2018 01:56
@coveralls
Copy link

coveralls commented Apr 15, 2018

Coverage Status

Coverage decreased (-0.3%) to 77.523% when pulling 5cd6465 on myb/stiffness into 93c51a9 on master.

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.

None yet

3 participants