Skip to content

Commit

Permalink
Updated rcylinder CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Oct 1, 2024
1 parent 9d60151 commit b64cfa8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 27 deletions.
11 changes: 11 additions & 0 deletions Examples/Tests/langmuir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,14 @@ if(WarpX_FFT)
OFF # dependency
)
endif()

add_warpx_test(
test_rcylinder_langmuir_multi # name
RCYLINDER # dims
2 # nprocs
inputs_test_rcylinder_langmuir_multi # inputs
analysis_rcylinder.py # analysis
diags/diag1000080 # output
OFF # dependency
)

File renamed without changes.
27 changes: 0 additions & 27 deletions Regression/Checksum/benchmarks_json/Langmuir_multi_rcylinder.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"lev=0": {
"Bt": 0.0,
"Er": 16211729143.69582,
"jr": 892646495758.5175
},
"ions": {
"particle_momentum_x": 7.756218498346349e-23,
"particle_momentum_y": 7.092845806082335e-23,
"particle_momentum_z": 0.0,
"particle_position_x": 0.0020664119763321573,
"particle_theta": 339.8439057756446,
"particle_weight": 2028689591978760.5
},
"electrons": {
"particle_momentum_x": 9.417076653059659e-24,
"particle_momentum_y": 9.021638822318078e-24,
"particle_momentum_z": 0.0,
"particle_position_x": 0.0020646016513448094,
"particle_theta": 368.16276747645963,
"particle_weight": 2028689591978760.5
}
}

0 comments on commit b64cfa8

Please sign in to comment.