Skip to content

Commit

Permalink
more CI test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
roelof-groenewald committed Dec 2, 2023
1 parent faca887 commit 5716f3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ForceFreeSheetReconnection(object):
# Plasma resistivity - used to dampen the mode excitation
eta = 6e-3 # normalized resistivity
# Number of substeps used to update B
substeps = 750
substeps = 20

def __init__(self, test, verbose):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"lev=0": {
"Bx": 1524.8789585917777,
"Bx": 1524.8787030963545,
"By": 639.8314135126764,
"Bz": 7.47620755452188,
"Ex": 56501626.46458994,
"Ey": 75077196.84777552,
"Ez": 309549625.87520117
"Bz": 7.426827947249349,
"Ex": 55861538.51676546,
"Ey": 72378555.53423825,
"Ez": 304141253.3165592
},
"ions": {
"particle_momentum_x": 7.14295522521196e-15,
"particle_momentum_y": 7.138078058060595e-15,
"particle_momentum_z": 7.14113444229561e-15,
"particle_position_x": 11170689.203149928,
"particle_position_y": 5585328.083195208,
"particle_momentum_x": 7.139858023357858e-15,
"particle_momentum_y": 7.137973106773408e-15,
"particle_momentum_z": 7.136961183942627e-15,
"particle_position_x": 11170688.447856156,
"particle_position_y": 5585378.664524556,
"particle_weight": 9.036667901693183e+18
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public:
amrex::Vector<std::array< std::unique_ptr<amrex::MultiFab>, 3>> const& Jfield,
amrex::Vector<std::unique_ptr<amrex::MultiFab>> const& rhofield,
amrex::Vector<std::array< std::unique_ptr<amrex::MultiFab>, 3>> const& edge_lengths,
amrex::Real const dt, int lev, DtType dt_type,
amrex::Real dt, int lev, DtType dt_type,
amrex::IntVect ng, std::optional<bool> nodal_sync);

/**
Expand Down

0 comments on commit 5716f3f

Please sign in to comment.