-
Notifications
You must be signed in to change notification settings - Fork 15
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
new Laplacian for exchange BC #38
new Laplacian for exchange BC #38
Conversation
@@ -223,6 +226,131 @@ struct CartesianYeeAlgorithm { | |||
|
|||
#endif | |||
|
|||
#ifdef WARPX_MAG_LLG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is specific to LLG and mainly does laplacian, lets move this to a different file, in the same directory
CartesianYeeLaplacian.H
This would avoid conflicts when we merge and keep things clean
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR Just left a minor comment
…to my_exchange_bc
My exchange bc
This PR is to implement the Neumann boundary conditions when the exchange interactions are taken into account. Steps include: