File tree Expand file tree Collapse file tree
src/walberla_bridge/src/electrokinetics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -600,6 +600,7 @@ class EKinWalberlaImpl : public EKinWalberlaBase {
600600 " . Hint: LB may be inactive." );
601601 }
602602 kernel_advection (velocity_id);
603+ kernel_boundary_flux ();
603604 }
604605 kernel_continuity ();
605606
Original file line number Diff line number Diff line change @@ -397,8 +397,6 @@ python_test(FILE utils.py MAX_NUM_PROC 1)
397397python_test (FILE npt_thermostat.py MAX_NUM_PROC 4 )
398398python_test (FILE box_geometry.py MAX_NUM_PROC 1 )
399399python_test (FILE lattice.py MAX_NUM_PROC 4 )
400- # TODO walberla: remove next line after fixing performance bottleneck
401- python_test (FILE lattice_vtk.py MAX_NUM_PROC 1 GPU_SLOTS 1 SUFFIX 1_core )
402400python_test (FILE lattice_vtk.py MAX_NUM_PROC 4 GPU_SLOTS 1 )
403401if (${ESPRESSO_TEST_NP} GREATER_EQUAL 6)
404402 python_test (FILE lattice_vtk.py MAX_NUM_PROC 6 SUFFIX 6_cores GPU_SLOTS 1 )
You can’t perform that action at this time.
0 commit comments