Add new elements to point containers is now more general

This commit is contained in:
Jorge Gonzalez 2026-02-20 11:03:11 +01:00
commit 70f6db0883
12 changed files with 109 additions and 108 deletions

View file

@ -10,7 +10,7 @@ submodule(moduleMesh) boundaryParticle
integer:: b
bp = 0
do b = 1, nBoundaries
do b = 1, nBoundariesParticle
if (boundaryName == boundariesParticle(b)%obj%name) then
bp = boundariesParticle(b)%obj%n