You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #5230 , a number of field-related member functions could become free functions (e.g. to which we pass the FieldRegister + a few more parameters, such as dt) and could be moved out of WarpX.H
Examples:
ComputeDivE
ComputeDivB
The text was updated successfully, but these errors were encountered:
Following #5230 , a number of field-related member functions could become free functions (e.g. to which we pass the
FieldRegister
+ a few more parameters, such asdt
) and could be moved out of WarpX.HExamples:
The text was updated successfully, but these errors were encountered: