We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5846ea3 + af98586 commit 807fdb7Copy full SHA for 807fdb7
1 file changed
src/vpic/initialize.cc
@@ -103,6 +103,9 @@ vpic_simulation::initialize( int argc,
103
// -----------------------------------------------
104
// Setup remaining device data for evolution loop
105
106
+ // Smooth E/B fields interpolated to particles (but not fed into B advance)
107
+ FAK->hyb_smooth_eb_interp( field_array, true );
108
+
109
if( rank()==0 ) MESSAGE(( "Initializing interpolators" ));
110
if( species_list ) {
111
TIC load_interpolator_array( interpolator_array, field_array ); TOC( load_interpolator, 1 );
0 commit comments