Skip to content

Commit 8eb71b6

Browse files
authored
Merge pull request #148 from ajnonaka/c++20
C++20
2 parents 151b5a3 + 0260297 commit 8eb71b6

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

Examples/Tests/circuits/Candice/inputs_candice20

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
################################
22
####### GENERAL PARAMETERS ######
33
#################################
4-
max_step = 5000000
4+
max_step = 9000000
55

66
amr.n_cell = n_cellx n_celly n_cellz
77
amr.max_grid_size_x = max_grid_sizex
@@ -145,16 +145,24 @@ warpx.Ez_excitation_grid_function(x,y,z,t) = "0."
145145
warpx.field_io_nfiles=64
146146
warpx.particle_io_nfiles=64
147147

148-
diagnostics.diags_names = plt chk
148+
diagnostics.diags_names = plt full chk
149+
149150
###############
150-
# full plotfiles
151-
plt.intervals = 1000
151+
# reduced plotfiles
152+
plt.intervals = 4000
152153
plt.fields_to_plot = Ex Ey Ez Bx By Bz mu
153154
plt.diag_type = Full
154155
plt.file_min_digits = 7
155156
plt.diag_lo = 0. 0. 145.51e-6
156157
plt.diag_hi = 9430.e-6 9430.e-6 151.49e-6
157158

159+
# full plotfiles
160+
full.intervals = 1000000
161+
full.fields_to_plot = Ex Ey Ez Bx By Bz mu
162+
full.diag_type = Full
163+
full.file_min_digits = 7
164+
165+
# checkpoint
158166
chk.intervals = 100000
159167
chk.diag_type = Full
160168
chk.format = checkpoint

Source/Make.WarpX

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ USE_PARTICLES = TRUE
77
USE_RPATH = TRUE
88
USE_GPU_RDC = FALSE
99
BL_NO_FORT = TRUE
10-
CXXSTD = c++17
1110

1211
# required for AMReX async I/O
1312
MPI_THREAD_MULTIPLE = TRUE

0 commit comments

Comments
 (0)