Skip to content

Commit

Permalink
observation
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Feb 24, 2024
1 parent 8f2b2b7 commit 7edaef3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Examples/Tests/circuits/inputs_resonator
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,16 @@ diagnostics.diags_names = plt
plt.intervals = 100
plt.fields_to_plot = Ex Ey Ez Bx By Bz
plt.diag_type = Full


warpx.reduced_diags_names = Eobs1

Eobs1.type = RawEFieldReduction

Eobs1.reduction_type = integral

Eobs1.integration_type = volume

Eobs1.intervals = 1

Eobs1.reduced_function(x,y,z) = (x>0.754e-2) * (x<0.761e-2) * (y>0.754e-2) * (y<0.761e-2) * (z>0.754e-2) * (z<0.761e-2)

0 comments on commit 7edaef3

Please sign in to comment.