Skip to content

Commit 807fdb7

Browse files
authored
Merge pull request #119 from aarontran/hyb_initial_interp
[hvpic-k-devel] Smooth E/B interp values during init
2 parents 5846ea3 + af98586 commit 807fdb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/vpic/initialize.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ vpic_simulation::initialize( int argc,
103103
// -----------------------------------------------
104104
// Setup remaining device data for evolution loop
105105

106+
// Smooth E/B fields interpolated to particles (but not fed into B advance)
107+
FAK->hyb_smooth_eb_interp( field_array, true );
108+
106109
if( rank()==0 ) MESSAGE(( "Initializing interpolators" ));
107110
if( species_list ) {
108111
TIC load_interpolator_array( interpolator_array, field_array ); TOC( load_interpolator, 1 );

0 commit comments

Comments
 (0)