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
We have a specialized diagnostic for testing the convergence of our implementation.
This is currently performed by default.
We could add a run-time user-flag to turn this feature on for diagnostics.
The function void WarpX::MacroscopicfieldOutput ( ) is used for this.
A proposed way to do this could be to add a diagnostic type = "convergence_test"
that can read a user-defined (i1,j1,k1) and (i2,j2,k2)
The text was updated successfully, but these errors were encountered:
We have a specialized diagnostic for testing the convergence of our implementation.
This is currently performed by default.
We could add a run-time user-flag to turn this feature on for diagnostics.
The function void WarpX::MacroscopicfieldOutput ( ) is used for this.
A proposed way to do this could be to add a diagnostic type = "convergence_test"
that can read a user-defined (i1,j1,k1) and (i2,j2,k2)
The text was updated successfully, but these errors were encountered: