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 SCCNonlinearProblem #861

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add SCCNonlinearProblem #861

wants to merge 3 commits into from

Conversation

ChrisRackauckas
Copy link
Member

Creates a runtime description of an SCC-split nonlinear system to allow for specializing the solve of nonlinear problems which are splittable.

* `probs`: the collection of problems to solve
* `explictfuns!`: the explicit functions for mutating the parameter set
"""
mutable struct SCCNonlinearProblem{P,E}
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
mutable struct SCCNonlinearProblem{P,E}
mutable struct SCCNonlinearProblem{P, E}

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.

1 participant