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 execution of afterEpush callback in hybrid solver #5629

Merged

Conversation

roelof-groenewald
Copy link
Member

No description provided.

@roelof-groenewald roelof-groenewald added component: Python Python layer component: fluid-ohm Related to the Ohm's law solver (with fluid electrons) labels Feb 2, 2025
@ax3l ax3l self-requested a review February 4, 2025 00:02
@ax3l ax3l self-assigned this Feb 4, 2025
@@ -304,6 +305,8 @@ void HybridPICModel::HybridPICSolveE (
eb_update_E[lev], lev, solve_for_Faraday
);
}
// Allow execution of Python callback after E-field push
ExecutePythonCallback("afterEpush");
Copy link
Member

Choose a reason for hiding this comment

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

Already doc'd.

@ax3l ax3l merged commit 57931b8 into ECP-WarpX:development Feb 4, 2025
35 of 37 checks passed
@roelof-groenewald roelof-groenewald deleted the hybrid_after_e_push_callback branch February 4, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: fluid-ohm Related to the Ohm's law solver (with fluid electrons) component: Python Python layer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants