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

Move solvers into ProblemOperator classes #110

Open
wants to merge 20 commits into
base: EdwardPalmer99/mesh-update-feature/add-problem-operator-base-class
Choose a base branch
from

Conversation

EdwardPalmer99
Copy link
Contributor

@EdwardPalmer99 EdwardPalmer99 commented May 20, 2024

Changes

  • Moved solvers into ProblemOperatorBase.
  • Using unique pointers for solvers rather than shared pointers.
  • Moved block vector to ProblemOperatorBase.
  • Added wrapper methods for Step and Solve so executioners do not need to access solvers directly.

@EdwardPalmer99 EdwardPalmer99 changed the base branch from master to EdwardPalmer99/mesh-update-feature/handle-update-initial-version May 20, 2024 14:20
@EdwardPalmer99 EdwardPalmer99 changed the base branch from EdwardPalmer99/mesh-update-feature/handle-update-initial-version to EdwardPalmer99/mesh-update-feature/add-problem-operator-base-class May 20, 2024 16:15
@EdwardPalmer99 EdwardPalmer99 self-assigned this May 20, 2024
Edward Palmer added 6 commits May 22, 2024 09:46
… and Solve methods to problem operators which use stored ode solver.
…r classes will create a jacobian solver / preconditioner, set their options and then pass it to the problem's operator.
…emBuilder classes will create a jacobian solver / preconditioner, set their options and then pass it to the problem's operator."

This reverts commit 91275f4.
@EdwardPalmer99 EdwardPalmer99 marked this pull request as ready for review May 22, 2024 12:42
@EdwardPalmer99 EdwardPalmer99 force-pushed the EdwardPalmer99/mesh-update-feature/add-problem-operator-base-class branch from c76733b to fbb6fe4 Compare July 12, 2024 11:07
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