Boundaries done. Now to change the input and edges

This commit is contained in:
Jorge Gonzalez 2026-02-09 18:43:59 +01:00
commit 0ccf455986
5 changed files with 239 additions and 221 deletions

View file

@ -203,7 +203,7 @@ submodule(moduleMesh) elements
CLASS IS (meshEdge)
!Particle encountered a surface, apply boundary
CALL neighbourElement%fBoundary(part%species%n)%apply(neighbourElement,part)
CALL neighbourElement%boundariesParticle(part%species%n)%obj%apply(neighbourElement,part)
!If particle is still inside the domain, call findCell
IF (part%n_in) THEN