From a1d5e20a09f8c3abf0d747225035e1ed6b18eed1 Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Wed, 4 Feb 2026 20:15:05 +0100 Subject: [PATCH] Still not working --- src/modules/mesh/moduleMeshBoundary.f90 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/modules/mesh/moduleMeshBoundary.f90 b/src/modules/mesh/moduleMeshBoundary.f90 index 7fc7798..8f6c96c 100644 --- a/src/modules/mesh/moduleMeshBoundary.f90 +++ b/src/modules/mesh/moduleMeshBoundary.f90 @@ -232,13 +232,8 @@ MODULE moduleMeshBoundary select type(bound => edge%boundary%bTypes(part%species%n)%obj) type is(boundaryOutflowAdaptive) if (dot_product(part%v,-edge%normal) > v_cut) then - ! print *,part%v(1), v_cut - ! part%v = part%v + v_cut*edge%normal - part%v(1) = part%v(1) - v_cut - ! print *,part%v(1) + part%v = part%v + v_cut*edge%normal call reflection(edge, part) - ! print *,part%v(1) - ! print * else call transparent(edge, part)