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

Changing Template variable in PicManager #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoMee
Copy link
Contributor

@JoMee JoMee commented May 1, 2024

I changed the template variable of the field solver class to be more generic. One needs this to for example run multiple solvers in one step. I don't see a reason why this is not generic, I also updated the alpine manager and the simulations ran without problem.

…his could be useful if one wants to run multiple solvers in one step
@manuel5975p
Copy link
Contributor

I could be wrong, but if the pointer type is going to be a template parameter why would we not remove the polymorphism altogether? Going from
std::shared_ptr<solver_base> to simply a solver_type?

@srikrrish srikrrish requested a review from matt-frey May 5, 2024 17:51
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