Skip to content

Commit 90b5142

Browse files
committed
flux boundary kernel call after advection and reactivate lattice_vtk testcase
1 parent 91736ac commit 90b5142

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/walberla_bridge/src/electrokinetics/EKinWalberlaImpl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

testsuite/python/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ python_test(FILE utils.py MAX_NUM_PROC 1)
397397
python_test(FILE npt_thermostat.py MAX_NUM_PROC 4)
398398
python_test(FILE box_geometry.py MAX_NUM_PROC 1)
399399
python_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)
402400
python_test(FILE lattice_vtk.py MAX_NUM_PROC 4 GPU_SLOTS 1)
403401
if(${ESPRESSO_TEST_NP} GREATER_EQUAL 6)
404402
python_test(FILE lattice_vtk.py MAX_NUM_PROC 6 SUFFIX 6_cores GPU_SLOTS 1)

0 commit comments

Comments
 (0)