We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf4715 commit af628fcCopy full SHA for af628fc
Python/pywarpx/picmi.py
@@ -3253,6 +3253,7 @@ def diagnostic_initialize_inputs(self):
3253
3254
ElectrostaticFieldDiagnostic = FieldDiagnostic
3255
3256
+
3257
class TimeAveragedFieldDiagnostic(FieldDiagnostic):
3258
"""
3259
See `Input Parameters <https://warpx.readthedocs.io/en/latest/usage/parameters.html>`__ for more information.
@@ -3304,7 +3305,6 @@ def diagnostic_initialize_inputs(self):
3304
3305
self.diagnostic.average_start_step = self.average_start_step
3306
3307
-
3308
class Checkpoint(picmistandard.base._ClassWithInit, WarpXDiagnosticBase):
3309
3310
Sets up checkpointing of the simulation, allowing for later restarts
0 commit comments