Added center point procedure to edge and eps in inside to avoid some rounding errors

This commit is contained in:
Jorge Gonzalez 2026-03-04 10:41:55 +01:00
commit 600f7305bd
9 changed files with 129 additions and 25 deletions

View file

@ -443,6 +443,9 @@ submodule(moduleMesh) elements
DO e = 1, self%numCells
Xi = self%cells(e)%obj%phy2log(r)
if (e < 160) then
print *, e, Xi
end if
IF(self%cells(e)%obj%inside(Xi)) THEN
nVol = self%cells(e)%obj%n
EXIT