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

Solver design refactoring #230

Merged
merged 60 commits into from
Oct 10, 2023

Conversation

s-mayani
Copy link
Collaborator

@s-mayani s-mayani commented Sep 26, 2023

We refactor the solver according to the proposed design in the attached slides.
solver_design.pdf

@s-mayani s-mayani self-assigned this Sep 26, 2023
src/Solver/FFTPeriodicPoissonSolver.h Show resolved Hide resolved
src/Solver/Maxwell.h Outdated Show resolved Hide resolved
src/Solver/Maxwell.h Outdated Show resolved Hide resolved
src/Solver/Maxwell.h Outdated Show resolved Hide resolved
aaadelmann
aaadelmann previously approved these changes Sep 27, 2023
src/Solver/Maxwell.h Outdated Show resolved Hide resolved
Copy link
Member

@srikrrish srikrrish left a comment

Choose a reason for hiding this comment

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

I like that we now separate into LinearSolvers and equation specific solvers. But is then Solver and LinearSolvers sort of confusing? Ideally instead of Solver directory there should be PoissonSolvers, MaxwellSolvers and may be in future we have NavierStokesSolvers etc. Then the files corresponding to them can be moved into the appropriate directories I think.

src/Solver/FFTPoissonSolver.h Outdated Show resolved Hide resolved
@s-mayani s-mayani merged commit 21f380c into IPPL-framework:master Oct 10, 2023
@s-mayani s-mayani deleted the solver-design-refactoring branch October 10, 2023 16:17
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